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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | ?蒡??頃漿 | 001111111110010011101110001111110011111110001101101000001001111111110111 | 3fe4ee3f3f8da09ff7 |
| EUC-JP | ?蒡??頃漿 | 001111111110100011110000001111110011111110111010101000101101111011111001 | 3fe8f03f3fbaa2def9 |
| UTF-8 | 뤾蒡놈퓥頃漿 | 111010111010010010111110111010001001001010100001111010111000011010001000111011011001001110100101111010011010000010000011111001101011110010111111 | eba4bee892a1eb8688ed93a5e9a083e6bcbf |
| UHC | 뤾蒡놈퓥頃漿 | 100011111110101011011011101111001011001111110000101111111000111011001100111100011110110111101100 | 8feadbbcb3f0bf8eccf1edec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)