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 | 11111010101101001001111111101101100110001010001101000010 | fab49fed98a342 |
EUC-JP | 嶸溏丱B | 1000111110111011111101001101111011101111110100001010010101000010 | 8fbbf4deefd0a542 |
UTF-8 | 嶸溏丱B | 11100101101101101011100011100110101110101000111111100100101110001011000101000010 | e5b6b8e6ba8fe4b8b142 |
UHC | 嶸??B | 1110011110101110001111110011111101000010 | e7ae3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)