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 | Þ¤®ñë | 10001111110111101010010010001110101011101111000111101011 | 8fdea48eaef1eb |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ?Þ¤?®ñë | 0011111110001111101010011011000010001111101000101111000000111111100011111010001011101110100011111010101111010000100011111010101110110011 | 3f8fa9b08fa2f03f8fa2ee8fabd08fabb3 |
UTF-8 | Þ¤®ñë | 1100001010001111110000111001111011000010101001001100001010001110110000101010111011000011101100011100001110101011 | c28fc39ec2a4c28ec2aec3b1c3ab |
UHC | ?Þ¤?®?? | 00111111101010001010110110100010101101000011111110100010111001110011111100111111 | 3fa8ada2b43fa2e73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)