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 | ¾®¶ýEE | 101111101010111010110110111111010100010101000101 | beaeb6fd4545 |
SJIS-WIN | ??¶?EE | 00111111001111111000000111110111001111110100010101000101 | 3f3f81f73f4545 |
EUC-JP | ?®¶ýEE | 0011111110001111101000101110111010100010111110011000111110101011111100100100010101000101 | 3f8fa2eea2f98fabf24545 |
UTF-8 | ¾®¶ýEE | 11000010101111101100001010101110110000101011011011000011101111010100010101000101 | c2bec2aec2b6c3bd4545 |
UHC | ¾®¶?EE | 101010001111101010100010111001111010001011010010001111110100010101000101 | a8faa2e7a2d23f4545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)