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 | 磅潴^ | 1110000111111010111000000110101101011110 | e1fae06b5e |
EUC-JP | 磅潴^ | 1110001011111100110111111100110001011110 | e2fcdfcc5e |
UTF-8 | 磅潴^ | 11100111101000111000010111100110101111011011010001011110 | e7a385e6bdb45e |
UHC | 磅?^ | 11011011101101100011111101011110 | dbb63f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)