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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 庄??B | 1000111110101111001111110011111101000010 | 8faf3f3f42 |
EUC-JP | 庄??B | 1011111010110001001111110011111101000010 | beb13f3f42 |
UTF-8 | 庄꿴㏝B | 11100101101110101000010011101010101111111011010011100011100011111001110101000010 | e5ba84eabfb4e38f9d42 |
UHC | 庄꿴㏝B | 11101101111001001011001011101001101001111110100101000010 | ede4b2e9a7e942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)