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 | ûEMH | 1111101101000101100110100100110101001000 | fb459a4d48 |
SJIS-WIN | ?E?MH | 0011111101000101001111110100110101001000 | 3f453f4d48 |
EUC-JP | ûE?MH | 10001111101010111110010101000101001111110100110101001000 | 8fabe5453f4d48 |
UTF-8 | ûEMH | 11000011101110110100010111000010100110100100110101001000 | c3bb45c29a4d48 |
UHC | ?E?MH | 0011111101000101001111110100110101001000 | 3f453f4d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)