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 | 潁e? | 1001111111110001100000101000010100111111 | 9ff182853f |
EUC-JP | 潁e? | 1101111011110011101000111110010100111111 | def3a3e53f |
UTF-8 | 潁e쳣 | 111001101011110110000001111011111011110110000101111011001011001110100011 | e6bd81efbd85ecb3a3 |
UHC | 潁e쳣 | 111001111011100010100011111001011010101110001001 | e7b8a3e5ab89 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)