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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?帝?帝^ | 00111111100100101110100100111111100100101110100101011110 | 3f92e93f92e95e |
EUC-JP | ?帝?帝^ | 00111111110001001110101100111111110001001110101101011110 | 3fc4eb3fc4eb5e |
UTF-8 | 괴帝괴帝^ | 11101010101101001011010011100101101110001001110111101010101101001011010011100101101110001001110101011110 | eab4b4e5b89deab4b4e5b89d5e |
UHC | 괴帝괴帝^ | 101100011010101111110000101010001011000110101011111100001010100001011110 | b1abf0a8b1abf0a85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)