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 | 邏頑自 | 111001111011010010001010111001101000111010101001 | e7b48ae68ea9 |
EUC-JP | 邏頑自 | 111011101011011010110100111010001011110010101011 | eeb6b4e8bcab |
UTF-8 | 邏頑自 | 111010011000001010001111111010011010000010010001111010001000011110101010 | e9828fe9a091e887aa |
UHC | 邏頑自 | 110101011010010011101000110101111110110110111011 | d5a4e8d7edbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)