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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 「ワ | 11110000110010011010001011011100 | f0c9a2dc |
EUC-JP | ?「ワ | 0011111110001110101000101000111011011100 | 3f8ea28edc |
UTF-8 | 「ワ | 111011101000001010001000111011111011110110100010111011111011111010011100 | ee8288efbda2efbe9c |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)