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 | 鄂滄炎 | 111001111011110110011111111010011000100110001010 | e7bd9fe9898a |
EUC-JP | 鄂滄炎 | 111011101011111111011110111010111011000111101010 | eebfdeebb1ea |
UTF-8 | 鄂滄炎 | 111010011000010010000010111001101011101110000100111001111000001010001110 | e98482e6bb84e7828e |
UHC | 鄂滄炎 | 111001001100011111110011111001111110011011111010 | e4c7f3e7e6fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)