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 | ??k}??k{^ | 001111110011111101101011011111010011111100111111011010110111101101011110 | 3f3f6b7d3f3f6b7b5e |
| SJIS-WIN | 獪犂k}獪犂k{^ | 11100000110101001110000010110010011010110111110111100000110101001110000010110010011010110111101101011110 | e0d4e0b26b7de0d4e0b26b7b5e |
| EUC-JP | 獪犂k}獪犂k{^ | 11100000110101101110000010110100011010110111110111100000110101101110000010110100011010110111101101011110 | e0d6e0b46b7de0d6e0b46b7b5e |
| UTF-8 | 獪犂k}獪犂k{^ | 1110011110001101101010101110011110001010100000100110101101111101111001111000110110101010111001111000101010000010011010110111101101011110 | e78daae78a826b7de78daae78a826b7b5e |
| UHC | 獪?k}獪?k{^ | 1111110011101010001111110110101101111101111111001110101000111111011010110111101101011110 | fcea3f6b7dfcea3f6b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)