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 | çì¢ë | 111001111001100110010010111011001010001010001110111010111000010010000010 | e79992eca28eeb8482 |
SJIS-WIN | ????¢???? | 00111111001111110011111100111111100000011001000100111111001111110011111100111111 | 3f3f3f3f81913f3f3f3f |
EUC-JP | ç??ì¢?ë?? | 10001111101010111010111000111111001111111000111110101011110000001010000111110001001111111000111110101011101100110011111100111111 | 8fabae3f3f8fabc0a1f13f8fabb33f3f |
UTF-8 | çì¢ë | 110000111010011111000010100110011100001010010010110000111010110011000010101000101100001010001110110000111010101111000010100001001100001010000010 | c3a7c299c292c3acc2a2c28ec3abc284c282 |
UHC | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)