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 | 鋧七鳧 | 111110111100111110001110101101011110100111101000 | fbcf8eb5e9e8 |
EUC-JP | 鋧七鳧 | 10001111111001001100101110111100101101111111001011101010 | 8fe4cbbcb7f2ea |
UTF-8 | 鋧七鳧 | 111010011000101110100111111001001011100010000011111010011011001110100111 | e98ba7e4b883e9b3a7 |
UHC | ?七鳧 | 0011111111110110110100101101110111000000 | 3ff6d2ddc0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)