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 | 11010000101010010100000001101000 | d0a94068 |
SJIS-WIN | ??@h | 00111111001111110100000001101000 | 3f3f4068 |
EUC-JP | ?©@h | 001111111000111110100010111011010100000001101000 | 3f8fa2ed4068 |
UTF-8 | Щ@h | 110000111001000011000010101010010100000001101000 | c390c2a94068 |
UHC | Ð?@h | 1010100010100010001111110100000001101000 | a8a23f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)