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 | 低貊? | 1001001011100001111001101011101100111111 | 92e1e6bb3f |
EUC-JP | 低貊? | 1100010011100011111011001011110100111111 | c4e3ecbd3f |
UTF-8 | 低貊렎 | 111001001011110110001110111010001011001010001010111010111010000010001110 | e4bd8ee8b28aeba08e |
UHC | 低貊렎 | 111011101011100011011000111001111000111010100100 | eeb8d8e78ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)