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 | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-WIN | 旭?弔?H | 10001000101011100011111110010010101000100011111101001000 | 88ae3f92a23f48 |
EUC-JP | 旭?弔?H | 10110000101100000011111111000100101001000011111101001000 | b0b03fc4a43f48 |
UTF-8 | 旭렔弔렲H | 11100110100101111010110111101011101000001001010011100101101111001001010011101011101000001011001001001000 | e697adeba094e5bc94eba0b248 |
UHC | 旭렔弔렲H | 111010011110111110001110101010011111000011000000100011101011111101001000 | e9ef8ea9f0c08ebf48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)