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 | 謗「貂ャ謐 | 1110011010001110101000101110011010111000101011001110011010001101 | e68ea2e6b8ace68d |
EUC-JP | 謗「貂ャ謐 | 11101011111011101000111010100010111011001011101010001110101011001110101111101101 | ebee8ea2ecba8eacebed |
UTF-8 | 謗「貂ャ謐 | 111010001010110010010111111011111011110110100010111010001011001010000010111011111011110110101100111010001010110010010000 | e8ac97efbda2e8b282efbdace8ac90 |
UHC | 謗?貂?謐 | 1101101110111111001111111111010110110000001111111101101011001101 | dbbf3ff5b03fdacd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)