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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 聟老 | 11100011110110111001100001010110 | e3db9856 |
EUC-JP | 聟老 | 11100110110111011100111110110111 | e6ddcfb7 |
UTF-8 | 聟老 | 111010001000000110011111111010001000000010000001 | e8819fe88081 |
UHC | ?老 | 001111111101011011010101 | 3fd6d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)