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 | ???D^ | 0011111100111111001111110100010001011110 | 3f3f3f445e |
SJIS-WIN | ??ちD^ | 001111110011111110000010101111110100010001011110 | 3f3f82bf445e |
EUC-JP | ??ちD^ | 001111110011111110100100110000010100010001011110 | 3f3fa4c1445e |
UTF-8 | 룶츕ちD^ | 1110101110100011101101101110110010111000100101011110001110000001101000010100010001011110 | eba3b6ecb895e381a1445e |
UHC | 룶츕ちD^ | 1000111110101011101011101000111110101010110000010100010001011110 | 8fabae8faac1445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)