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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 瓦湧B | 1000101010100010100101110100111001000010 | 8aa2974e42 |
EUC-JP | 瓦湧B | 1011010010100100110011011010111101000010 | b4a4cdaf42 |
UTF-8 | 瓦湧B | 11100111100100111010011011100110101110011010011101000010 | e793a6e6b9a742 |
UHC | 瓦湧B | 1110100010111111111010011100000001000010 | e8bfe9c042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)