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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 樽促他綻h | 100100100100110110010001101000111001000110111100100100100101110101101000 | 924d91a391bc925d68 |
EUC-JP | 樽促他綻h | 110000111010111011000010101001011100001010111110110000111011111001101000 | c3aec2a5c2bec3be68 |
UTF-8 | 樽促他綻h | 11100110101010001011110111100100101111111000001111100100101110111001011011100111101101101011101101101000 | e6a8bde4bf83e4bb96e7b6bb68 |
UHC | 樽促他綻h | 111100011101110011110101101101011111011011100010111101111010101001101000 | f1dcf5b5f6e2f7aa68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)