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 | ??E | 001111110011111101000101 | 3f3f45 |
SJIS-WIN | 磅瞎E | 1110000111111010111000011101000001000101 | e1fae1d045 |
EUC-JP | 磅瞎E | 1110001011111100111000101101001001000101 | e2fce2d245 |
UTF-8 | 磅瞎E | 11100111101000111000010111100111100111101000111001000101 | e7a385e79e8e45 |
UHC | 磅?E | 11011011101101100011111101000101 | dbb63f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)