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 | ??N | 001111110011111101001110 | 3f3f4e |
SJIS-WIN | 潁帋N | 1001111111110001100110111110000101001110 | 9ff19be14e |
EUC-JP | 潁帋N | 1101111011110011110101101110001101001110 | def3d6e34e |
UTF-8 | 潁帋N | 11100110101111011000000111100101101110001000101101001110 | e6bd81e5b88b4e |
UHC | 潁?N | 11100111101110000011111101001110 | e7b83f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)