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 | 00111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f4246 |
SJIS-WIN | 藥??馭?BF | 111001010101101000111111001111111110100101100110001111110100001001000110 | e55a3f3fe9663f4246 |
EUC-JP | 藥??馭?BF | 111010011011101100111111001111111111000111000111001111110100001001000110 | e9bb3f3ff1c73f4246 |
UTF-8 | 藥썸겘馭칚BF | 1110100010010111101001011110110010001101101110001110101010110010100110001110100110100110101011011110110010111001100110100100001001000110 | e897a5ec8db8eab298e9a6adecb99a4246 |
UHC | 藥썸겘馭칚BF | 111001011011011110111101111001101000000110101111111001011101111110101111011011110100001001000110 | e5b7bde681afe5dfaf6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)