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 | ???g\ | 0011111100111111001111110110011101011100 | 3f3f3f675c |
SJIS-WIN | レエg\ | 110110101011010011110101111011100110011101011100 | dab4f5ee675c |
EUC-JP | レエ?g\ | 10001110110110101000111010110100001111110110011101011100 | 8eda8eb43f675c |
UTF-8 | レエg\ | 1110111110111110100110101110111110111101101101001110111010010001100110010110011101011100 | efbe9aefbdb4ee9199675c |
UHC | ???g\ | 0011111100111111001111110110011101011100 | 3f3f3f675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)