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 | 001111110111011101101000 | 3f7768 |
SJIS-WIN | 菽wh | 11100100110000010111011101101000 | e4c17768 |
EUC-JP | 菽wh | 11101000110000110111011101101000 | e8c37768 |
UTF-8 | 菽wh | 1110100010001111101111010111011101101000 | e88fbd7768 |
UHC | 菽wh | 11100010110111010111011101101000 | e2dd7768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)