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 | 俗 | 1001000110101101 | 91ad |
EUC-JP | 俗 | 1100001010101111 | c2af |
UTF-8 | 俗 | 111001001011111110010111 | e4bf97 |
UHC | 俗 | 1110000111010100 | e1d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)