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 | 00111111001111110100110001101000001111110011111101001100 | 3f3f4c683f3f4c |
SJIS-WIN | 靼淞Lh靼淞L | 1110100011011000100111111100001001001100011010001110100011011000100111111100001001001100 | e8d89fc24c68e8d89fc24c |
EUC-JP | 靼淞Lh靼淞L | 1111000011011010110111101100010001001100011010001111000011011010110111101100010001001100 | f0dadec44c68f0dadec44c |
UTF-8 | 靼淞Lh靼淞L | 111010011001110110111100111001101011011110011110010011000110100011101001100111011011110011100110101101111001111001001100 | e99dbce6b79e4c68e99dbce6b79e4c |
UHC | ?淞Lh?淞L | 001111111110000111100111010011000110100000111111111000011110011101001100 | 3fe1e74c683fe1e74c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)