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 | ??E | 001111110011111101000101 | 3f3f45 |
SJIS-WIN | 廛?E | 10011100010001000011111101000101 | 9c443f45 |
EUC-JP | 廛?E | 11010111101001010011111101000101 | d7a53f45 |
UTF-8 | 廛렞E | 11100101101110111001101111101011101000001001111001000101 | e5bb9beba09e45 |
UHC | 廛렞E | 1110111011111000100011101010111101000101 | eef88eaf45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)