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 | 剪巳? | 1001100110010010100101101010010000111111 | 999296a43f |
EUC-JP | 剪巳? | 1101000111110010110011001010011000111111 | d1f2cca63f |
UTF-8 | 剪巳븍 | 111001011000100110101010111001011011011110110011111010111011100010001101 | e589aae5b7b3ebb88d |
UHC | 剪巳븍 | 111011101111001011011110110100111011101011101011 | eef2ded3baeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)