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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 磅潴磅潴^ | 111000011111101011100000011010111110000111111010111000000110101101011110 | e1fae06be1fae06b5e |
EUC-JP | 磅潴磅潴^ | 111000101111110011011111110011001110001011111100110111111100110001011110 | e2fcdfcce2fcdfcc5e |
UTF-8 | 磅潴磅潴^ | 11100111101000111000010111100110101111011011010011100111101000111000010111100110101111011011010001011110 | e7a385e6bdb4e7a385e6bdb45e |
UHC | 磅?磅?^ | 11011011101101100011111111011011101101100011111101011110 | dbb63fdbb63f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)