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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 藥?ⅱ | 1110010101011010001111111111101001000001 | e55a3ffa41 |
EUC-JP | 藥?? | 11101001101110110011111100111111 | e9bb3f3f |
UTF-8 | 藥먨ⅱ | 111010001001011110100101111010111010100010101000111000101000010110110001 | e897a5eba8a8e285b1 |
UHC | 藥먨ⅱ | 111001011011011110010000111001011010010110100010 | e5b790e5a5a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)