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 | 俉 | 1111101001100001 | fa61 |
EUC-JP | 俉 | 100011111011000110111011 | 8fb1bb |
UTF-8 | 俉 | 111001001011111110001001 | e4bf89 |
UHC | 俉 | 1110011111101011 | e7eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)