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 | ¾®È¢¾® | 101111101010111011001000101000101011111010101110 | beaec8a2beae |
SJIS-WIN | ???¢?? | 00111111001111110011111110000001100100010011111100111111 | 3f3f3f81913f3f |
EUC-JP | ?®È¢?® | 00111111100011111010001011101110100011111010101010110010101000011111000100111111100011111010001011101110 | 3f8fa2ee8faab2a1f13f8fa2ee |
UTF-8 | ¾®È¢¾® | 110000101011111011000010101011101100001110001000110000101010001011000010101111101100001010101110 | c2bec2aec388c2a2c2bec2ae |
UHC | ¾®??¾® | 10101000111110101010001011100111001111110011111110101000111110101010001011100111 | a8faa2e73f3fa8faa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)