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 | 0011111100111111001111110111110101000010 | 3f3f3f7d42 |
SJIS-WIN | ?l?}B | 001111111000001010001100001111110111110101000010 | 3f828c3f7d42 |
EUC-JP | ?l?}B | 001111111010001111101100001111110111110101000010 | 3fa3ec3f7d42 |
UTF-8 | 淋l콟}B | 1110111110100111101101011110111110111101100011001110110010111101100111110111110101000010 | efa7b5efbd8cecbd9f7d42 |
UHC | 淋l콟}B | 1110110011111000101000111110110010110001100101110111110101000010 | ecf8a3ecb1977d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)