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^ | 100010010111111000111111001111110110001101011110 | 897e3f3f635e |
EUC-JP | 円??c^ | 101100011101111100111111001111110110001101011110 | b1df3f3f635e |
UTF-8 | 円띰풊c^ | 1110010110000110100001101110101110011101101100001110110110010010100010100110001101011110 | e58686eb9db0ed928a635e |
UHC | 円띰풊c^ | 1110010111110111101101101110111110111110100100000110001101011110 | e5f7b6efbe90635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)