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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 莊o衆F | 11100100101101011000001010001111100011110100111101000110 | e4b5828f8f4f46 |
EUC-JP | 莊o衆F | 11101000101101111010001111101111101111011011000001000110 | e8b7a3efbdb046 |
UTF-8 | 莊o衆F | 11101000100011101000101011101111101111011000111111101000101000011000011001000110 | e88e8aefbd8fe8a18646 |
UHC | 莊o衆F | 11101101111101101010001111101111111100011110101101000110 | edf6a3eff1eb46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)