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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 藥?オ??? | 1110010101011010001111111000001101001001001111110011111100111111 | e55a3f83493f3f3f |
EUC-JP | 藥?オ??? | 1110100110111011001111111010010110101010001111110011111100111111 | e9bb3fa5aa3f3f3f |
UTF-8 | 藥썹オ嶪뤺퀕 | 111010001001011110100101111011001000110110111001111000111000001010101010111001011011011010101010111010111010010010111010111011011000000010010101 | e897a5ec8db9e382aae5b6aaeba4baed8095 |
UHC | 藥썹オ嶪뤺퀕 | 111001011011011110111101111001111010101110101010111001011111010110001111111010001011001110001010 | e5b7bde7abaae5f58fe8b38a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)