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 | ???c^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
SJIS-WIN | 茁??c^ | 111110111001001100111111001111110110001101011110 | fb933f3f635e |
EUC-JP | 茁??c^ | 10001111110101111101111000111111001111110110001101011110 | 8fd7de3f3f635e |
UTF-8 | 茁흗벅c^ | 1110100010001100100000011110110110011101100101111110101110110010100001010110001101011110 | e88c81ed9d97ebb285635e |
UHC | 茁흗벅c^ | 1111000111101000110010001110100110111001111101110110001101011110 | f1e8c8e9b9f7635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)