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 | 禧祚 | 11100010010101011110001001001110 | e255e24e |
EUC-JP | 禧祚 | 11100011101101101110001110101111 | e3b6e3af |
UTF-8 | 禧祚 | 111001111010011010100111111001111010010110011010 | e7a6a7e7a59a |
UHC | 禧祚 | 11111101111110111111000011010100 | fdfbf0d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)