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 | 裂猷倪 | 100101111111010010010111010100011001100011100010 | 97f4975198e2 |
EUC-JP | 裂猷倪 | 110011101111011011001101101100101101000011100100 | cef6cdb2d0e4 |
UTF-8 | 裂猷倪 | 111010001010001110000010111001111000110010110111111001011000000010101010 | e8a382e78cb7e580aa |
UHC | 裂猷倪 | 110101101010111011101011101000111110011111010010 | d6aeeba3e7d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)