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 | 俄 | 1000100111100010 | 89e2 |
EUC-JP | 俄 | 1011001011100100 | b2e4 |
UTF-8 | 俄 | 111001001011111110000100 | e4bf84 |
UHC | 俄 | 1110010010101101 | e4ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)