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 | 廛螳 | 10011100010001001110010110101110 | 9c44e5ae |
EUC-JP | 廛螳 | 11010111101001011110101010110000 | d7a5eab0 |
UTF-8 | 廛螳 | 111001011011101110011011111010001001111010110011 | e5bb9be89eb3 |
UHC | 廛螳 | 11101110111110001101001111011001 | eef8d3d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)