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 | 舌孖跏 | 100100001110001111111010101001101110011011100110 | 90e3faa6e6e6 |
EUC-JP | 舌孖跏 | 11000000111001011000111110111010101111101110110011101000 | c0e58fbabeece8 |
UTF-8 | 舌孖跏 | 111010001000100010001100111001011010110110010110111010001011011110001111 | e8888ce5ad96e8b78f |
UHC | 舌?跏 | 1110000011011111001111111100101010111010 | e0df3fcaba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)