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 | ?禧 | 001111111110001001010101 | 3fe255 |
EUC-JP | ?禧 | 001111111110001110110110 | 3fe3b6 |
UTF-8 | 禧 | 111011101011110010110100111001111010011010100111 | eebcb4e7a6a7 |
UHC | ?禧 | 001111111111110111111011 | 3ffdfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)