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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??晧???? | 0011111100111111100111011110110000111111001111110011111100111111 | 3f3f9dec3f3f3f3f |
EUC-JP | ??晧???? | 0011111100111111110110101110111000111111001111110011111100111111 | 3f3fdaee3f3f3f3f |
UTF-8 | 롛롉晧롛롉롈롃 | 111010111010000110011011111010111010000110001001111001101001100110100111111010111010000110011011111010111010000110001001111010111010000110001000111010111010000110000011 | eba19beba189e699a7eba19beba189eba188eba183 |
UHC | 롛롉晧롛롉롈롃 | 1000111011011111100011101100111111111011110001011000111011011111100011101100111110001110110011101000111011001010 | 8edf8ecffbc58edf8ecf8ece8eca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)