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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?▼?疫 | 001111111000000110100101001111111000100101110101 | 3f81a53f8975 |
EUC-JP | ?▼?疫 | 001111111010001010100111001111111011000111010110 | 3fa2a73fb1d6 |
UTF-8 | 掠▼윿疫 | 111011111010010110110101111000101001011010111100111011001001110010111111111001111001011010101011 | efa5b5e296bcec9cbfe796ab |
UHC | 掠▼윿疫 | 1110010110110001101000011110010110011111101101111110011010111001 | e5b1a1e59fb7e6b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)