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 | 欺燉徠 | 100010110101110011100000100101111001110001110001 | 8b5ce0979c71 |
EUC-JP | 欺燉徠 | 101101011011110111011111111101111101011111010010 | b5bddff7d7d2 |
UTF-8 | 欺燉徠 | 111001101010110010111010111001111000011110001001111001011011111010100000 | e6acbae78789e5bea0 |
UHC | 欺燉徠 | 110100011010011111010100110010011101010111010000 | d1a7d4c9d5d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)