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 | 壹槃? | 1001101011100011100111101100111100111111 | 9ae39ecf3f |
EUC-JP | 壹槃? | 1101010011100101110111001101000100111111 | d4e5dcd13f |
UTF-8 | 壹槃떻 | 111001011010001110111001111001101010011110000011111010111001011010111011 | e5a3b9e6a783eb96bb |
UHC | 壹槃떻 | 111011001110110011011010111010011011011010111011 | ececdae9b6bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)