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^ | 100010111100001100111111001111110110001101011110 | 8bc33f3f635e |
EUC-JP | 凝??c^ | 101101101100010100111111001111110110001101011110 | b6c53f3f635e |
UTF-8 | 凝쒕뇪c^ | 1110010110000111100111011110110010010010100101011110101110000111101010100110001101011110 | e5879dec9295eb87aa635e |
UHC | 凝쒕뇪c^ | 1110101111101010100111001110101110000111100100000110001101011110 | ebea9ceb8790635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)