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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 貅ッ驍タ | 11100110101110101010111111101001100000101000001101011110 | e6baafe982835e |
EUC-JP | 貅ッ驍タ | 1110110010111100100011101010111111110001111000101010010110111111 | ecbc8eaff1e2a5bf |
UTF-8 | 貅ッ驍タ | 111010001011001010000101111011111011110110101111111010011010100110001101111000111000001010111111 | e8b285efbdafe9a98de382bf |
UHC | ??驍タ | 001111110011111111111101101001001010101110111111 | 3f3ffda4abbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)