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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 關楢嵩^ | 11101000100100001001001111101000100100001001001101011110 | e89093e890935e |
EUC-JP | 關楢嵩^ | 11101111111100001100011011101010101111111111001101011110 | eff0c6eabff35e |
UTF-8 | 關楢嵩^ | 11101001100101111001110011100110101001011010001011100101101101011010100101011110 | e9979ce6a5a2e5b5a95e |
UHC | 關楢嵩^ | 11001110101111001110101011111001111000111010000101011110 | cebceaf9e3a15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)