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 | ???o | 00111111001111110011111101101111 | 3f3f3f6f |
SJIS-WIN | 襞阪あo | 11100101111111001000110111100011100000101010000001101111 | e5fc8de382a06f |
EUC-JP | 襞阪あo | 11101010111111101011101011100101101001001010001001101111 | eafebae5a4a26f |
UTF-8 | 襞阪あo | 11101000101001011001111011101001100110001010101011100011100000011000001001101111 | e8a59ee998aae381826f |
UHC | ?阪あo | 001111111111100010100001101010101010001001101111 | 3ff8a1aaa26f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)