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 | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 弱??@h | 100011101110001100111111001111110100000001101000 | 8ee33f3f4068 |
EUC-JP | 弱??@h | 101111001110010100111111001111110100000001101000 | bce53f3f4068 |
UTF-8 | 弱딂뵷@h | 1110010110111100101100011110101110010100100000101110101110110101101101110100000001101000 | e5bcb1eb9482ebb5b74068 |
UHC | 弱딂뵷@h | 1110010110110000100010101110100010010100101101010100000001101000 | e5b08ae894b54068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)