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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | 贈???BF | 10010001101000010011111100111111001111110100001001000110 | 91a13f3f3f4246 |
EUC-JP | 贈???BF | 11000010101000110011111100111111001111110100001001000110 | c2a33f3f3f4246 |
UTF-8 | 贈븃렜렕BF | 1110100010110100100010001110101110111000100000111110101110100000100111001110101110100000100101010100001001000110 | e8b488ebb883eba09ceba0954246 |
UHC | 贈븃렜렕BF | 11110001111111001011101011101000100011101010111010001110101010100100001001000110 | f1fcbae88eae8eaa4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)