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 | ??Px | 00111111001111110101000001111000 | 3f3f5078 |
SJIS-WIN | 旭?Px | 1000100010101110001111110101000001111000 | 88ae3f5078 |
EUC-JP | 旭?Px | 1011000010110000001111110101000001111000 | b0b03f5078 |
UTF-8 | 旭렔Px | 1110011010010111101011011110101110100000100101000101000001111000 | e697adeba0945078 |
UHC | 旭렔Px | 111010011110111110001110101010010101000001111000 | e9ef8ea95078 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)