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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 址?懿企 | 10011010101011000011111110011100111100101000101011101001 | 9aac3f9cf28ae9 |
EUC-JP | 址?懿企 | 11010100101011100011111111011000111101001011010011101011 | d4ae3fd8f4b4eb |
UTF-8 | 址렣懿企 | 111001011001110110000000111010111010000010100011111001101000011110111111111001001011110010000001 | e59d80eba0a3e687bfe4bc81 |
UHC | 址렣懿企 | 1111001010100011100011101011010011101011111100111101000011101010 | f2a38eb4ebf3d0ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)