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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 藪藪 | 11100101010011011110010101001101 | e54de54d |
EUC-JP | 藪藪 | 11101001101011101110100110101110 | e9aee9ae |
UTF-8 | 藪藪 | 111010001001011110101010111010001001011110101010 | e897aae897aa |
UHC | 藪藪 | 11100010101111111110001010111111 | e2bfe2bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)