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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 翩羝翩羝B | 111000111100011111100011101101101110001111000111111000111011011001000010 | e3c7e3b6e3c7e3b642 |
EUC-JP | 翩羝翩羝B | 111001101100100111100110101110001110011011001001111001101011100001000010 | e6c9e6b8e6c9e6b842 |
UTF-8 | 翩羝翩羝B | 11100111101111111010100111100111101111101001110111100111101111111010100111100111101111101001110101000010 | e7bfa9e7be9de7bfa9e7be9d42 |
UHC | 翩?翩?B | 11111000101110110011111111111000101110110011111101000010 | f8bb3ff8bb3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)