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 | 1110100010110010100011101110011010101110101010100100001001000110 | e8b28ee6aeaa4246 |
EUC-JP | 雋取ョェBF | 11110000101101001011110011101000100011101010111010001110101010100100001001000110 | f0b4bce88eae8eaa4246 |
UTF-8 | 雋取ョェBF | 1110100110011011100010111110010110001111100101101110111110111101101011101110111110111101101010100100001001000110 | e99b8be58f96efbdaeefbdaa4246 |
UHC | 雋取??BF | 1111000111100110111101101010001000111111001111110100001001000110 | f1e6f6a23f3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)