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 | ??晧?? | 001111110011111110011101111011000011111100111111 | 3f3f9dec3f3f |
EUC-JP | ??晧?? | 001111110011111111011010111011100011111100111111 | 3f3fdaee3f3f |
UTF-8 | 롛롉晧롛롉 | 111010111010000110011011111010111010000110001001111001101001100110100111111010111010000110011011111010111010000110001001 | eba19beba189e699a7eba19beba189 |
UHC | 롛롉晧롛롉 | 10001110110111111000111011001111111110111100010110001110110111111000111011001111 | 8edf8ecffbc58edf8ecf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)