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 | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 旭?梯?h | 10001000101011100011111110010010111100100011111101101000 | 88ae3f92f23f68 |
EUC-JP | 旭?梯?h | 10110000101100000011111111000100111101000011111101101000 | b0b03fc4f43f68 |
UTF-8 | 旭렔梯렟h | 11100110100101111010110111101011101000001001010011100110101000101010111111101011101000001001111101101000 | e697adeba094e6a2afeba09f68 |
UHC | 旭렔梯렟h | 111010011110111110001110101010011111000010101100100011101011000001101000 | e9ef8ea9f0ac8eb068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)