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 | ????]H | 001111110011111100111111001111110101110101001000 | 3f3f3f3f5d48 |
SJIS-WIN | 襠題ェー]H | 1110010111111011100100011110100010101010101100000101110101001000 | e5fb91e8aab05d48 |
EUC-JP | 襠題ェー]H | 11101010111111011100001011101010100011101010101010001110101100000101110101001000 | eafdc2ea8eaa8eb05d48 |
UTF-8 | 襠題ェー]H | 1110100010100101101000001110100110100001100011001110111110111101101010101110111110111101101100000101110101001000 | e8a5a0e9a18cefbdaaefbdb05d48 |
UHC | ?題??]H | 00111111111100001011100100111111001111110101110101001000 | 3ff0b93f3f5d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)