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 | 飮?淫 | 1001111101011010001111111000100011111010 | 9f5a3f88fa |
EUC-JP | 飮?淫 | 1101110110111011001111111011000011111100 | ddbb3fb0fc |
UTF-8 | 飮텵淫 | 111010011010001110101110111011011000010110110101111001101011011110101011 | e9a3aeed85b5e6b7ab |
UHC | 飮텵淫 | 111010111110011010110111010010001110101111100010 | ebe6b748ebe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)