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 | 100101110111011000111111001111111000100110010000001111110100001001000110 | 97763f3f89903f4246 |
EUC-JP | 要??艶?BF | 110011011101011100111111001111111011000111110000001111110100001001000110 | cdd73f3fb1f03f4246 |
UTF-8 | 要뺟슢艶칚BF | 1110100010100110100000011110101110111010100111111110110010001010101000101110100010001001101101101110110010111001100110100100001001000110 | e8a681ebba9fec8aa2e889b6ecb99a4246 |
UHC | 要뺟슢艶칚BF | 111010011010100110010101111001111001101010101110111001101111110110101111011011110100001001000110 | e9a995e79aaee6fdaf6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)