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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 址?址?^ | 10011010101011000011111110011010101011000011111101011110 | 9aac3f9aac3f5e |
EUC-JP | 址?址?^ | 11010100101011100011111111010100101011100011111101011110 | d4ae3fd4ae3f5e |
UTF-8 | 址렟址렟^ | 11100101100111011000000011101011101000001001111111100101100111011000000011101011101000001001111101011110 | e59d80eba09fe59d80eba09f5e |
UHC | 址렟址렟^ | 111100101010001110001110101100001111001010100011100011101011000001011110 | f2a38eb0f2a38eb05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)