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 | 握 | 1000100010101100 | 88ac |
EUC-JP | 握 | 1011000010101110 | b0ae |
UTF-8 | 握 | 111001101000111110100001 | e68fa1 |
UHC | 握 | 1110010011000100 | e4c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)