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 | ??wh | 00111111001111110111011101101000 | 3f3f7768 |
SJIS-WIN | 鋗鹿wh | 111110111101000010001110101011010111011101101000 | fbd08ead7768 |
EUC-JP | 鋗鹿wh | 10001111111001001100000110111100101011110111011101101000 | 8fe4c1bcaf7768 |
UTF-8 | 鋗鹿wh | 1110100110001011100101111110100110111001101111110111011101101000 | e98b97e9b9bf7768 |
UHC | ?鹿wh | 0011111111010110111000110111011101101000 | 3fd6e37768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)