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 | ? | 00111111 | 3f |
SJIS-WIN | 缸 | 1110001110011101 | e39d |
EUC-JP | 缸 | 1110010111111101 | e5fd |
UTF-8 | 缸 | 111001111011110010111000 | e7bcb8 |
UHC | 缸 | 1111100111111100 | f9fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)