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 | 11100011101000111000000110001100100010001011101101000010 | e3a3818c88bb42 |
EUC-JP | 罐′綾B | 11100110101001011010000111101100101100001011110101000010 | e6a5a1ecb0bd42 |
UTF-8 | 罐′綾B | 11100111101111011001000011100010100000001011001011100111101101101011111001000010 | e7bd90e280b2e7b6be42 |
UHC | 罐′綾B | 11001110101110001010000111000111110101111101001101000010 | ceb8a1c7d7d342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)