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 | ¶ý¾® | 10110110111111011011111010101110 | b6fdbeae |
SJIS-WIN | ¶??? | 1000000111110111001111110011111100111111 | 81f73f3f3f |
EUC-JP | ¶ý?® | 101000101111100110001111101010111111001000111111100011111010001011101110 | a2f98fabf23f8fa2ee |
UTF-8 | ¶ý¾® | 1100001010110110110000111011110111000010101111101100001010101110 | c2b6c3bdc2bec2ae |
UHC | ¶?¾® | 10100010110100100011111110101000111110101010001011100111 | a2d23fa8faa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)