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 | ¶óÅ® | 10110110111100111100010110101110 | b6f3c5ae |
SJIS-WIN | ¶??? | 1000000111110111001111110011111100111111 | 81f73f3f3f |
EUC-JP | ¶óÅ® | 1010001011111001100011111010101111010001100011111010101010101001100011111010001011101110 | a2f98fabd18faaa98fa2ee |
UTF-8 | ¶óÅ® | 1100001010110110110000111011001111000011100001011100001010101110 | c2b6c3b3c385c2ae |
UHC | ¶??® | 101000101101001000111111001111111010001011100111 | a2d23f3fa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)