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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 懿??岳? | 10011100111100100011111100111111100010100111100000111111 | 9cf23f3f8a783f |
EUC-JP | 懿??岳? | 11011000111101000011111100111111101100111101100100111111 | d8f43f3fb3d93f |
UTF-8 | 懿덈죲岳럎 | 111001101000011110111111111010111000110110001000111011001010001110110010111001011011001010110011111010111001111110001110 | e687bfeb8d88eca3b2e5b2b3eb9f8e |
UHC | 懿덈죲岳럎 | 11101011111100111000100011101011101000011000110111100100101111111000111001101011 | ebf388eba18de4bf8e6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)