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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??咐??? | 00111111001111111001100111110011001111110011111100111111 | 3f3f99f33f3f3f |
EUC-JP | ??咐??? | 00111111001111111101001011110101001111110011111100111111 | 3f3fd2f53f3f3f |
UTF-8 | 룴점咐룶끗룫 | 111010111010001110110100111011001010000010010000111001011001001010010000111010111010001110110110111010111000000110010111111010111010001110101011 | eba3b4eca090e59290eba3b6eb8197eba3ab |
UHC | 룴점咐룶끗룫 | 100011111010100111000001101000011101110011111011100011111010101110110010111111011000111110100010 | 8fa9c1a1dcfb8fabb2fd8fa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)