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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 螳庵 | 11100101101011101000100011000001 | e5ae88c1 |
EUC-JP | 螳庵 | 11101010101100001011000011000011 | eab0b0c3 |
UTF-8 | 螳庵 | 111010001001111010110011111001011011101010110101 | e89eb3e5bab5 |
UHC | 螳庵 | 11010011110110011110010011011101 | d3d9e4dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)