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 | 荏?檣 | 1000100101100000001111111001111011111100 | 89603f9efc |
EUC-JP | 荏?檣 | 1011000111000001001111111101110011111110 | b1c13fdcfe |
UTF-8 | 荏렮檣 | 111010001000110110001111111010111010000010101110111001101010101010100011 | e88d8feba0aee6aaa3 |
UHC | 荏렮檣 | 111011001111101110001110101110111110110111101010 | ecfb8ebbedea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)