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 | 廛綺 | 10011100010001001110001101011001 | 9c44e359 |
EUC-JP | 廛綺 | 11010111101001011110010110111010 | d7a5e5ba |
UTF-8 | 廛綺 | 111001011011101110011011111001111011011010111010 | e5bb9be7b6ba |
UHC | 廛綺 | 11101110111110001101000110111011 | eef8d1bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)