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 | 11100111110011100011111100111111011011110100001001000110 | e7ce3f3f6f4246 |
EUC-JP | 醫??oBF | 11101110110100000011111100111111011011110100001001000110 | eed03f3f6f4246 |
UTF-8 | 醫펫읏oBF | 111010011000011010101011111011011000111010101011111011001001110110001111011011110100001001000110 | e986abed8eabec9d8f6f4246 |
UHC | 醫펫읏oBF | 111011001010001011000110111010101100000010111111011011110100001001000110 | eca2c6eac0bf6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)