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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | 日?載鶩BF | 100100111111101000111111100011011101101011101010010011100100001001000110 | 93fa3f8ddaea4e4246 |
EUC-JP | 日?載鶩BF | 110001101111110000111111101110101101110011110011101011110100001001000110 | c6fc3fbadcf3af4246 |
UTF-8 | 日렪載鶩BF | 1110011010010111101001011110101110100000101010101110100010111100100010011110100110110110101010010100001001000110 | e697a5eba0aae8bc89e9b6a94246 |
UHC | 日렪載鶩BF | 11101100111011011000111010111000111011101011000011011001110100000100001001000110 | eced8eb8eeb0d9d04246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)