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 | 豺? | 111001101011011100111111 | e6b73f |
EUC-JP | 豺頰 | 1110110010111001100011111110100010100100 | ecb98fe8a4 |
UTF-8 | 豺頰 | 111010001011000110111010111010011010000010110000 | e8b1bae9a0b0 |
UHC | 豺頰 | 11100011110011111111101011111010 | e3cffafa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)