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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鬆川噴 | 111010011010000010010000111011001001010110101100 | e9a090ec95ac |
EUC-JP | 鬆川噴 | 111100101010001011000000111011101100101010101110 | f2a2c0eecaae |
UTF-8 | 鬆川噴 | 111010011010110010000110111001011011011110011101111001011001100110110100 | e9ac86e5b79de599b4 |
UHC | ?川噴 | 0011111111110100101110011101110111000100 | 3ff4b9ddc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)