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 | ޺h޺ | 1101111010111010011010001101111010111010 | deba68deba |
SJIS-WIN | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
EUC-JP | ޺h޺ | 10001111101010011011000010001111101000101110101101101000100011111010100110110000100011111010001011101011 | 8fa9b08fa2eb688fa9b08fa2eb |
UTF-8 | ޺h޺ | 110000111001111011000010101110100110100011000011100111101100001010111010 | c39ec2ba68c39ec2ba |
UHC | ޺h޺ | 101010001010110110101000101011000110100010101000101011011010100010101100 | a8ada8ac68a8ada8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)