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 | 竭錬脛 | 111000101001000110011000010000101110001111111000 | e2919842e3f8 |
EUC-JP | 竭錬脛 | 111000111111000111001111101000111110011011111010 | e3f1cfa3e6fa |
UTF-8 | 竭錬脛 | 111001111010101110101101111010011000110010101100111010001000010010011011 | e7abade98cace8849b |
UHC | 竭?脛 | 1100101011100110001111111100110011101011 | cae63fcceb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)