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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 閹布閹布B | 111010001000011010010101011110101110100010000110100101010111101001000010 | e886957ae886957a42 |
EUC-JP | 閹布閹布B | 111011111110011011001001110110111110111111100110110010011101101101000010 | efe6c9dbefe6c9db42 |
UTF-8 | 閹布閹布B | 11101001100101101011100111100101101110001000001111101001100101101011100111100101101110001000001101000010 | e996b9e5b883e996b9e5b88342 |
UHC | ?布?布B | 00111111111110001101011000111111111110001101011001000010 | 3ff8d63ff8d642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)