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 | ?泄庵 | 0011111110011111100101011000100011000001 | 3f9f9588c1 |
EUC-JP | 堧泄庵 | 10001111101110001010100011011101111101011011000011000011 | 8fb8a8ddf5b0c3 |
UTF-8 | 堧泄庵 | 111001011010000010100111111001101011001110000100111001011011101010110101 | e5a0a7e6b384e5bab5 |
UHC | 堧泄庵 | 111001101100000011100000110111001110010011011101 | e6c0e0dce4dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)