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 | 邯蛾〝讖ク邯 | 1110011110110110100010011110100110000111100000001110011010101001101110001110011110110110 | e7b689e98780e6a9b8e7b6 |
EUC-JP | 邯蛾?讖ク邯 | 1110111010111000101100101110101100111111111011001010101110001110101110001110111010111000 | eeb8b2eb3fecab8eb8eeb8 |
UTF-8 | 邯蛾〝讖ク邯 | 111010011000001010101111111010001001101110111110111000111000000010011101111010001010111010010110111011111011110110111000111010011000001010101111 | e982afe89bbee3809de8ae96efbdb8e982af |
UHC | 邯蛾?讖?邯 | 11001010111110111110010010110110001111111111001111011001001111111100101011111011 | cafbe4b63ff3d93fcafb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)