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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | ??咐h??咐 | 001111110011111110011001111100110110100000111111001111111001100111110011 | 3f3f99f3683f3f99f3 |
EUC-JP | ??咐h??咐 | 001111110011111111010010111101010110100000111111001111111101001011110101 | 3f3fd2f5683f3fd2f5 |
UTF-8 | 룴점咐h룴점咐 | 11101011101000111011010011101100101000001001000011100101100100101001000001101000111010111010001110110100111011001010000010010000111001011001001010010000 | eba3b4eca090e5929068eba3b4eca090e59290 |
UHC | 룴점咐h룴점咐 | 10001111101010011100000110100001110111001111101101101000100011111010100111000001101000011101110011111011 | 8fa9c1a1dcfb688fa9c1a1dcfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)