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 | äÞU | 11100100110111101010110101010101 | e4dead55 |
SJIS-WIN | ???U | 00111111001111110011111101010101 | 3f3f3f55 |
EUC-JP | äÞ?U | 1000111110101011101000111000111110101001101100000011111101010101 | 8faba38fa9b03f55 |
UTF-8 | äÞU | 11000011101001001100001110011110110000101010110101010101 | c3a4c39ec2ad55 |
UHC | ?ÞU | 001111111010100010101101101000011010100101010101 | 3fa8ada1a955 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)