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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 莎ェオ | 111110011110111111100100101100111010101010110101 | f9efe4b3aab5 |
EUC-JP | ?莎ェオ | 00111111111010001011010110001110101010101000111010110101 | 3fe8b58eaa8eb5 |
UTF-8 | 莎ェオ | 111011101001110110001010111010001000111010001110111011111011110110101010111011111011110110110101 | ee9d8ae88e8eefbdaaefbdb5 |
UHC | ?莎?? | 0011111111011110111011010011111100111111 | 3fdeed3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)