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 | »¶ý¤» | 100011111011101110110110111111011010010010111011 | 8fbbb6fda4bb |
SJIS-WIN | ??¶??? | 00111111001111111000000111110111001111110011111100111111 | 3f3f81f73f3f3f |
EUC-JP | ??¶ý¤? | 0011111100111111101000101111100110001111101010111111001010001111101000101111000000111111 | 3f3fa2f98fabf28fa2f03f |
UTF-8 | »¶ý¤» | 110000101000111111000010101110111100001010110110110000111011110111000010101001001100001010111011 | c28fc2bbc2b6c3bdc2a4c2bb |
UHC | ??¶?¤? | 0011111100111111101000101101001000111111101000101011010000111111 | 3f3fa2d23fa2b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)