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 | ???@ | 00111111001111110011111101000000 | 3f3f3f40 |
SJIS-WIN | 釈渉@ | 10001110110111111000111111000010111100001001101101000000 | 8edf8fc2f09b40 |
EUC-JP | 釈渉?@ | 101111001110000110111110110001000011111101000000 | bce1bec43f40 |
UTF-8 | 釈渉@ | 11101001100001111000100011100110101110001000100111101110100000011001101001000000 | e98788e6b889ee819a40 |
UHC | ???@ | 00111111001111110011111101000000 | 3f3f3f40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)