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? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 衣??h衣 | 10001000110111110011111100111111011010001000100011011111 | 88df3f3f6888df |
EUC-JP | 衣??h衣 | 10110000111000010011111100111111011010001011000011100001 | b0e13f3f68b0e1 |
UTF-8 | 衣펠쓱h衣 | 11101000101000011010001111101101100011101010000011101100100100111011000101101000111010001010000110100011 | e8a1a3ed8ea0ec93b168e8a1a3 |
UHC | 衣펠쓱h衣 | 111010111111110111000110111001111011111010110011011010001110101111111101 | ebfdc6e7beb368ebfd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)