To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 窯?^ | 10010111011100010011111101011110 | 97713f5e |
EUC-JP | 窯?^ | 11001101110100100011111101011110 | cdd23f5e |
UTF-8 | 窯巢^ | 11100111101010101010111111100101101101111010001001011110 | e7aaafe5b7a25e |
UHC | 窯巢^ | 1110100110100010111000011011010101011110 | e9a2e1b55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)