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 | ?Lh?L | 0011111101001100011010000011111101001100 | 3f4c683f4c |
SJIS-WIN | 瀋Lh瀋L | 11100000011000110100110001101000111000000110001101001100 | e0634c68e0634c |
EUC-JP | 瀋Lh瀋L | 11011111110001000100110001101000110111111100010001001100 | dfc44c68dfc44c |
UTF-8 | 瀋Lh瀋L | 111001111000000010001011010011000110100011100111100000001000101101001100 | e7808b4c68e7808b4c |
UHC | 瀋Lh瀋L | 11100100101000110100110001101000111001001010001101001100 | e4a34c68e4a34c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)