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 | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 繒蔑h | 1111101110001111100101011100110001101000 | fb8f95cc68 |
EUC-JP | 繒蔑h | 100011111101010011010100110010101100111001101000 | 8fd4d4cace68 |
UTF-8 | 繒蔑h | 11100111101110011001001011101000100101001001000101101000 | e7b992e8949168 |
UHC | 繒蔑h | 1111000111111001110110011010000101101000 | f1f9d9a168 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)