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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 闡ッ螢ケ邏 | 1110100010010001101011111110010110100011101110011110011110110100 | e891afe5a3b9e7b4 |
EUC-JP | 闡ッ螢ケ邏 | 11101111111100011000111010101111111010101010010110001110101110011110111010110110 | eff18eafeaa58eb9eeb6 |
UTF-8 | 闡ッ螢ケ邏 | 111010011001011110100001111011111011110110101111111010001001111010100010111011111011110110111001111010011000001010001111 | e997a1efbdafe89ea2efbdb9e9828f |
UHC | 闡?螢?邏 | 1111010011000101001111111111101110101011001111111101010110100100 | f4c53ffbab3fd5a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)