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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 眸鏗眸磋黥 | 11100001110001101110100001010010111000011100011011100001111101101110101001111100 | e1c6e852e1c6e1f6ea7c |
EUC-JP | 眸鏗眸磋黥 | 11100010110010001110111110110011111000101100100011100010111110001111001111011101 | e2c8efb3e2c8e2f8f3dd |
UTF-8 | 眸鏗眸磋黥 | 111001111001110010111000111010011000111110010111111001111001110010111000111001111010001110001011111010011011101110100101 | e79cb8e98f97e79cb8e7a38be9bba5 |
UHC | 眸?眸磋? | 1101100111000010001111111101100111000010111100111010111100111111 | d9c23fd9c2f3af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)