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 | 儲槃? | 1001011011010111100111101100111100111111 | 96d79ecf3f |
EUC-JP | 儲槃? | 1100110011011001110111001101000100111111 | ccd9dcd13f |
UTF-8 | 儲槃렗 | 111001011000010010110010111001101010011110000011111010111010000010010111 | e584b2e6a783eba097 |
UHC | 儲槃렗 | 111011101011100111011010111010011000111010101100 | eeb9dae98eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)