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 | 11111010101100101011000110101101011011110100001001000110 | fab2b1ad6f4246 |
EUC-JP | 嵂アュoBF | 10001111101110111101000010001110101100011000111010101101011011110100001001000110 | 8fbbd08eb18ead6f4246 |
UTF-8 | 嵂アュoBF | 111001011011010110000010111011111011110110110001111011111011110110101101011011110100001001000110 | e5b582efbdb1efbdad6f4246 |
UHC | ???oBF | 001111110011111100111111011011110100001001000110 | 3f3f3f6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)