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 | 0011111100111111001111110111011101101000 | 3f3f3f7768 |
SJIS-WIN | ??ぱwh | 001111110011111110000010110011110111011101101000 | 3f3f82cf7768 |
EUC-JP | ??ぱwh | 001111110011111110100100110100010111011101101000 | 3f3fa4d17768 |
UTF-8 | 룵혧ぱwh | 1110101110100011101101011110110110011000101001111110001110000001101100010111011101101000 | eba3b5ed98a7e381b17768 |
UHC | 룵혧ぱwh | 1000111110101010110000101000111110101010110100010111011101101000 | 8faac28faad17768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)