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 | 111010011010010110010100111010101011111110001100011011110100001001000110 | e9a594eabf8c6f4246 |
EUC-JP | 鬣緋ソ経BF | 11110010101001111100100011101100100011101011111110110111110100000100001001000110 | f2a7c8ec8ebfb7d04246 |
UTF-8 | 鬣緋ソ経BF | 1110100110101100101000111110011110110111100010111110111110111101101111111110011110110101100011000100001001000110 | e9aca3e7b78befbdbfe7b58c4246 |
UHC | ?緋??BF | 00111111110111011111110000111111001111110100001001000110 | 3fddfc3f3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)