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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 旭?梯?F | 10001000101011100011111110010010111100100011111101000110 | 88ae3f92f23f46 |
EUC-JP | 旭?梯?F | 10110000101100000011111111000100111101000011111101000110 | b0b03fc4f43f46 |
UTF-8 | 旭렔梯렟F | 11100110100101111010110111101011101000001001010011100110101000101010111111101011101000001001111101000110 | e697adeba094e6a2afeba09f46 |
UHC | 旭렔梯렟F | 111010011110111110001110101010011111000010101100100011101011000001000110 | e9ef8ea9f0ac8eb046 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)