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 | 瓮o?oBF | 1110000101000100100000101000111100111111011011110100001001000110 | e144828f3f6f4246 |
EUC-JP | 瓮o?oBF | 1110000110100101101000111110111100111111011011110100001001000110 | e1a5a3ef3f6f4246 |
UTF-8 | 瓮o섹oBF | 111001111001001110101110111011111011110110001111111011001000010010111001011011110100001001000110 | e793aeefbd8fec84b96f4246 |
UHC | 瓮o섹oBF | 111010001011011110100011111011111011110010111101011011110100001001000110 | e8b7a3efbcbd6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)