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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鹽???戍 | 11101010011001000011111100111111001111111001110011111001 | ea643f3f3f9cf9 |
EUC-JP | 鹽???戍 | 11110011110001010011111100111111001111111101100011111011 | f3c53f3f3fd8fb |
UTF-8 | 鹽땘롨랺戍 | 111010011011100110111101111010111001010110011000111010111010000110101000111010111001111010111010111001101000100010001101 | e9b9bdeb9598eba1a8eb9ebae6888d |
UHC | 鹽땘롨랺戍 | 11100111101001001000101101101101100011101110100010001110010100111110001010100001 | e7a48b6d8ee88e53e2a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)