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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 驥珠ゥ | 1110100110000111100011101110110010101001 | e9878eeca9 |
EUC-JP | 驥珠ゥ | 111100011110011110111100111011101000111010101001 | f1e7bcee8ea9 |
UTF-8 | 驥珠ゥ | 111010011010100110100101111001111000111110100000111011111011110110101001 | e9a9a5e78fa0efbda9 |
UHC | 驥珠? | 1101000111001010111100011100000100111111 | d1caf1c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)