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 | 譎滓辧 | 111001101001100110011111111001101001100110011111 | e6999fe6999f |
EUC-JP | 譎滓辧 | 111010111111100111011110111010001101001010100001 | ebf9dee8d2a1 |
UTF-8 | 譎滓辧 | 111010001010110110001110111001101011101110010011111010001011111010100111 | e8ad8ee6bb93e8bea7 |
UHC | 譎滓? | 1111110111010010111011101010101100111111 | fdd2eeab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)