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 | 00111111001111110100000001000010 | 3f3f4042 |
SJIS-WIN | 漆爵@B | 100011101011110110001110110111010100000001000010 | 8ebd8edd4042 |
EUC-JP | 漆爵@B | 101111001011111110111100110111110100000001000010 | bcbfbcdf4042 |
UTF-8 | 漆爵@B | 1110011010111100100001101110011110001000101101010100000001000010 | e6bc86e788b54042 |
UHC | 漆爵@B | 111101101101010011101101110010010100000001000010 | f6d4edc94042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)