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 | ëë]ë | 1000101011101011100010101110101110011000010111011000101011101011 | 8aeb8aeb985d8aeb |
SJIS-WIN | ?????]?? | 0011111100111111001111110011111100111111010111010011111100111111 | 3f3f3f3f3f5d3f3f |
EUC-JP | ?ë?ë?]?ë | 0011111110001111101010111011001100111111100011111010101110110011001111110101110100111111100011111010101110110011 | 3f8fabb33f8fabb33f5d3f8fabb3 |
UTF-8 | ëë]ë | 110000101000101011000011101010111100001010001010110000111010101111000010100110000101110111000010100010101100001110101011 | c28ac3abc28ac3abc2985dc28ac3ab |
UHC | ?????]?? | 0011111100111111001111110011111100111111010111010011111100111111 | 3f3f3f3f3f5d3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)