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 | 巐麗團 | 111110101011011010010111111011011001101010100011 | fab697ed9aa3 |
EUC-JP | 巐麗團 | 10001111101110111111100111001110111011111101010010100101 | 8fbbf9ceefd4a5 |
UTF-8 | 巐麗團 | 111001011011011110010000111010011011101010010111111001011001110010011000 | e5b790e9ba97e59c98 |
UHC | ?麗團 | 0011111111010101111100101101001110100101 | 3fd5f2d3a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)