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 | ??l | 001111110011111101101100 | 3f3f6c |
SJIS-WIN | 嘆鱈l | 1001001001010001100100100100110001101100 | 9251924c6c |
EUC-JP | 嘆鱈l | 1100001110110010110000111010110101101100 | c3b2c3ad6c |
UTF-8 | 嘆鱈l | 11100101100110001000011011101001101100011000100001101100 | e59886e9b1886c |
UHC | 嘆?l | 11110111101000110011111101101100 | f7a33f6c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)