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^ | 001111110110001101011110 | 3f635e |
SJIS-WIN | 湧c^ | 10010111010011100110001101011110 | 974e635e |
EUC-JP | 湧c^ | 11001101101011110110001101011110 | cdaf635e |
UTF-8 | 湧c^ | 1110011010111001101001110110001101011110 | e6b9a7635e |
UHC | 湧c^ | 11101001110000000110001101011110 | e9c0635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)