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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 宍竺 | 10001110101100111000111010110001 | 8eb38eb1 |
EUC-JP | 宍竺 | 10111100101101011011110010110011 | bcb5bcb3 |
UTF-8 | 宍竺 | 111001011010111010001101111001111010101110111010 | e5ae8de7abba |
UHC | ?竺 | 001111111111010111100111 | 3ff5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)