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 | ×ì¢ã© | 110101111110110010100010111000111000111110101001 | d7eca2e38fa9 |
SJIS-WIN | ×?¢??? | 1000000101111110001111111000000110010001001111110011111100111111 | 817e3f81913f3f3f |
EUC-JP | ×ì¢ã?© | 1010000111011111100011111010101111000000101000011111000110001111101010111010101000111111100011111010001011101101 | a1df8fabc0a1f18fabaa3f8fa2ed |
UTF-8 | ×ì¢ã© | 110000111001011111000011101011001100001010100010110000111010001111000010100011111100001010101001 | c397c3acc2a2c3a3c28fc2a9 |
UHC | ×????? | 10100001101111110011111100111111001111110011111100111111 | a1bf3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)