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 | 蝪煙記 | 111001011010000110001001100011001000101101001100 | e5a1898c8b4c |
EUC-JP | 蝪煙記 | 111010101010001110110001111011001011010110101101 | eaa3b1ecb5ad |
UTF-8 | 蝪煙記 | 111010001001110110101010111001111000010110011001111010001010100010011000 | e89daae78599e8a898 |
UHC | ?煙記 | 0011111111100110110101011101000111000000 | 3fe6d5d1c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)