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 | 躍纖牀 | 100101101111010011100011100110011110000010101100 | 96f4e399e0ac |
EUC-JP | 躍纖牀 | 110011001111011011100101111110011110000010101110 | ccf6e5f9e0ae |
UTF-8 | 躍纖牀 | 111010001011101010001101111001111011101010010110111001111000100110000000 | e8ba8de7ba96e78980 |
UHC | 躍纖牀 | 111001011011100011100000111010011101111111010001 | e5b8e0e9dfd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)