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 | 1110100110000000100101101110011010101110101010100100001001000110 | e98096e6aeaa4246 |
EUC-JP | 騾匁ョェBF | 11110001111000001100110011101000100011101010111010001110101010100100001001000110 | f1e0cce88eae8eaa4246 |
UTF-8 | 騾匁ョェBF | 1110100110101000101111101110010110001100100000011110111110111101101011101110111110111101101010100100001001000110 | e9a8bee58c81efbdaeefbdaa4246 |
UHC | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)