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 | ???oBF | 001111110011111100111111011011110100001001000110 | 3f3f3f6f4246 |
SJIS-WIN | 焄アュoBF | 11111011010101001011000110101101011011110100001001000110 | fb54b1ad6f4246 |
EUC-JP | 焄アュoBF | 10001111110010011110001110001110101100011000111010101101011011110100001001000110 | 8fc9e38eb18ead6f4246 |
UTF-8 | 焄アュoBF | 111001111000010010000100111011111011110110110001111011111011110110101101011011110100001001000110 | e78484efbdb1efbdad6f4246 |
UHC | 焄??oBF | 11111101101101100011111100111111011011110100001001000110 | fdb63f3f6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)