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 | 闢匁a^ | 11101000100100111001011011100110100000101000000101011110 | e89396e682815e |
EUC-JP | 闢匁a^ | 11101111111100111100110011101000101000111110000101011110 | eff3cce8a3e15e |
UTF-8 | 闢匁a^ | 11101001100101111010001011100101100011001000000111101111101111011000000101011110 | e997a2e58c81efbd815e |
UHC | 闢?a^ | 110111001010001100111111101000111110000101011110 | dca33fa3e15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)