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 | 100000011010000000111111001111110011111101000010 | 81a03f3f3f42 |
EUC-JP | □??鋌B | 1010001010100010001111110011111110001111111001001011101101000010 | a2a23f3f8fe4bb42 |
UTF-8 | □룴점鋌B | 11100010100101101010000111101011101000111011010011101100101000001001000011101001100010111000110001000010 | e296a1eba3b4eca090e98b8c42 |
UHC | □룴점鋌B | 101000011110000010001111101010011100000110100001111011111111101101000010 | a1e08fa9c1a1effb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)