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 | 稔?? | 10010110101010110011111100111111 | 96ab3f3f |
EUC-JP | 稔?醬 | 110011001010110100111111100011111110001011110011 | ccad3f8fe2f3 |
UTF-8 | 稔렪醬 | 111001111010100010010100111010111010000010101010111010011000011010101100 | e7a894eba0aae986ac |
UHC | 稔렪醬 | 111011001111100110001110101110001110110111111101 | ecf98eb8edfd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)