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 | 1110100101111010100111111100001001001100011010001110100101111010100111111100001001001100 | e97a9fc24c68e97a9fc24c |
EUC-JP | 騷淞Lh騷淞L | 1111000111011011110111101100010001001100011010001111000111011011110111101100010001001100 | f1dbdec44c68f1dbdec44c |
UTF-8 | 騷淞Lh騷淞L | 111010011010100010110111111001101011011110011110010011000110100011101001101010001011011111100110101101111001111001001100 | e9a8b7e6b79e4c68e9a8b7e6b79e4c |
UHC | 騷淞Lh騷淞L | 1110000111010011111000011110011101001100011010001110000111010011111000011110011101001100 | e1d3e1e74c68e1d3e1e74c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)