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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 址?址?B | 10011010101011000011111110011010101011000011111101000010 | 9aac3f9aac3f42 |
EUC-JP | 址?址?B | 11010100101011100011111111010100101011100011111101000010 | d4ae3fd4ae3f42 |
UTF-8 | 址렏址렏B | 11100101100111011000000011101011101000001000111111100101100111011000000011101011101000001000111101000010 | e59d80eba08fe59d80eba08f42 |
UHC | 址렏址렏B | 111100101010001110001110101001011111001010100011100011101010010101000010 | f2a38ea5f2a38ea542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)