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 | ??晧? | 0011111100111111100111011110110000111111 | 3f3f9dec3f |
EUC-JP | ??晧? | 0011111100111111110110101110111000111111 | 3f3fdaee3f |
UTF-8 | 롛롉晧롛 | 111010111010000110011011111010111010000110001001111001101001100110100111111010111010000110011011 | eba19beba189e699a7eba19b |
UHC | 롛롉晧롛 | 1000111011011111100011101100111111111011110001011000111011011111 | 8edf8ecffbc58edf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)