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 | 謫槃? | 1110011010010011100111101100111100111111 | e6939ecf3f |
EUC-JP | 謫槃? | 1110101111110011110111001101000100111111 | ebf3dcd13f |
UTF-8 | 謫槃勞 | 111010001010110010101011111001101010011110000011111011111010010010101111 | e8acabe6a783efa4af |
UHC | 謫槃勞 | 111011101110001111011010111010011101001010111110 | eee3dae9d2be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)