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 | 11100101100001001001011101010111100101101101100001000010 | e584975796d842 |
EUC-JP | 蜆邑木B | 11101001111001001100110110111000110011001101101001000010 | e9e4cdb8ccda42 |
UTF-8 | 蜆邑木B | 11101000100111001000011011101001100000101001000111100110100111001010100001000010 | e89c86e98291e69ca842 |
UHC | ?邑木B | 001111111110101111101001110110011100101001000010 | 3febe9d9ca42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)