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 | ???uB | 0011111100111111001111110111010101000010 | 3f3f3f7542 |
SJIS-WIN | 藥??uB | 111001010101101000111111001111110111010101000010 | e55a3f3f7542 |
EUC-JP | 藥??uB | 111010011011101100111111001111110111010101000010 | e9bb3f3f7542 |
UTF-8 | 藥뗨츚uB | 1110100010010111101001011110101110010111101010001110110010111000100110100111010101000010 | e897a5eb97a8ecb89a7542 |
UHC | 藥뗨츚uB | 1110010110110111100010111110100010101110100100110111010101000010 | e5b78be8ae937542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)