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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 驢、驥溽ケ | 1110100110000110101001001110100110000111100111111110011110111001 | e986a4e9879fe7b9 |
EUC-JP | 驢、驥溽ケ | 11110001111001101000111010100100111100011110011111011110111010011000111010111001 | f1e68ea4f1e7dee98eb9 |
UTF-8 | 驢、驥溽ケ | 111010011010100110100010111011111011110110100100111010011010100110100101111001101011101010111101111011111011110110111001 | e9a9a2efbda4e9a9a5e6babdefbdb9 |
UHC | 驢?驥?? | 11010101111100000011111111010001110010100011111100111111 | d5f03fd1ca3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)