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 | 漿槃? | 1001111111110111100111101100111100111111 | 9ff79ecf3f |
EUC-JP | 漿槃? | 1101111011111001110111001101000100111111 | def9dcd13f |
UTF-8 | 漿槃떻 | 111001101011110010111111111001101010011110000011111010111001011010111011 | e6bcbfe6a783eb96bb |
UHC | 漿槃떻 | 111011011110110011011010111010011011011010111011 | edecdae9b6bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)