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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 紕劫9^ | 11100011010000101000110110000101100000100101100001011110 | e3428d8582585e |
EUC-JP | 紕劫9^ | 11100101101000111011100111100101101000111011100101011110 | e5a3b9e5a3b95e |
UTF-8 | 紕劫9^ | 11100111101101001001010111100101100010101010101111101111101111001001100101011110 | e7b495e58aabefbc995e |
UHC | ?劫9^ | 001111111100110010100100101000111011100101011110 | 3fcca4a3b95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)