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 | æÕVhæÕV | 11100110110101010101011001101000111001101101010101010110 | e6d55668e6d556 |
SJIS-WIN | ??Vh??V | 00111111001111110101011001101000001111110011111101010110 | 3f3f56683f3f56 |
EUC-JP | æÕVhæÕV | 100011111010100111000001100011111010101011011000010101100110100010001111101010011100000110001111101010101101100001010110 | 8fa9c18faad856688fa9c18faad856 |
UTF-8 | æÕVhæÕV | 1100001110100110110000111001010101010110011010001100001110100110110000111001010101010110 | c3a6c3955668c3a6c39556 |
UHC | æ?Vhæ?V | 101010011010000100111111010101100110100010101001101000010011111101010110 | a9a13f5668a9a13f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)