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 | ¶ø·ü | 1011011011111000100011111011011111111100 | b6f88fb7fc |
SJIS-WIN | ¶???? | 100000011111011100111111001111110011111100111111 | 81f73f3f3f3f |
EUC-JP | ¶ø??ü | 10100010111110011000111110101001110011000011111100111111100011111010101111100100 | a2f98fa9cc3f3f8fabe4 |
UTF-8 | ¶ø·ü | 11000010101101101100001110111000110000101000111111000010101101111100001110111100 | c2b6c3b8c28fc2b7c3bc |
UHC | ¶ø?·? | 1010001011010010101010011010101000111111101000011010010000111111 | a2d2a9aa3fa1a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)