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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 譽矮^ | 1110011010100011111000011110001001011110 | e6a3e1e25e |
EUC-JP | 譽矮^ | 1110110010100101111000101110010001011110 | eca5e2e45e |
UTF-8 | 譽矮^ | 11101000101011011011110111100111100111111010111001011110 | e8adbde79fae5e |
UHC | 譽矮^ | 1110011111100010111010001110000101011110 | e7e2e8e15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)