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 | ??x | 001111110011111101111000 | 3f3f78 |
SJIS-WIN | 其嘆x | 1001000110110100100100100101000101111000 | 91b4925178 |
EUC-JP | 其嘆x | 1100001010110110110000111011001001111000 | c2b6c3b278 |
UTF-8 | 其嘆x | 11100101100001011011011011100101100110001000011001111000 | e585b6e5988678 |
UHC | 其嘆x | 1101000011101100111101111010001101111000 | d0ecf7a378 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)