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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 謳問陶 | 111001101001000010010110111000101001001110101001 | e69096e293a9 |
EUC-JP | 謳問陶 | 111010111111000011001100111001001100011010101011 | ebf0cce4c6ab |
UTF-8 | 謳問陶 | 111010001010110010110011111001011001010110001111111010011001100110110110 | e8acb3e5958fe999b6 |
UHC | 謳問陶 | 110011111100010011011001111111011101010010110110 | cfc4d9fdd4b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)