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 | 睛???轢 | 11100001110010110011111100111111001111111110011110000000 | e1cb3f3f3fe780 |
EUC-JP | 睛???轢 | 11100010110011010011111100111111001111111110110111100000 | e2cd3f3f3fede0 |
UTF-8 | 睛렞李닿轢 | 111001111001110110011011111010111010000010011110111011111010011110100001111010111000101110111111111010001011110110100010 | e79d9beba09eefa7a1eb8bbfe8bda2 |
UHC | 睛렞李닿轢 | 11101111111011001000111010101111111011001011000010110100111010101101010111111001 | efec8eafecb0b4ead5f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)