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 | æé³ZB | 1110011011101001101100110101101001000010 | e6e9b35a42 |
SJIS-WIN | ???ZB | 0011111100111111001111110101101001000010 | 3f3f3f5a42 |
EUC-JP | æé?ZB | 100011111010100111000001100011111010101110110001001111110101101001000010 | 8fa9c18fabb13f5a42 |
UTF-8 | æé³ZB | 1100001110100110110000111010100111000010101100110101101001000010 | c3a6c3a9c2b35a42 |
UHC | æ?³ZB | 10101001101000010011111110101001111110000101101001000010 | a9a13fa9f85a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)