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 | 歙鳧腱 | 100111110101111111101001111010001110010001000110 | 9f5fe9e8e446 |
EUC-JP | 歙鳧腱 | 110111011100000011110010111010101110011110100111 | ddc0f2eae7a7 |
UTF-8 | 歙鳧腱 | 111001101010110110011001111010011011001110100111111010001000010110110001 | e6ad99e9b3a7e885b1 |
UHC | ?鳧腱 | 0011111111011101110000001100101111110010 | 3fddc0cbf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)