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 | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-WIN | ラサ}ラサ{^ | 1101011111110100110100011011101101111101110101111111010011010001101110110111101101011110 | d7f4d1bb7dd7f4d1bb7b5e |
EUC-JP | ラ?サ}ラ?サ{^ | 10001110110101110011111110001110101110110111110110001110110101110011111110001110101110110111101101011110 | 8ed73f8ebb7d8ed73f8ebb7b5e |
UTF-8 | ラサ}ラサ{^ | 111011111011111010010111111011101000111010000000111011111011110110111011011111011110111110111110100101111110111010001110100000001110111110111101101110110111101101011110 | efbe97ee8e80efbdbb7defbe97ee8e80efbdbb7b5e |
UHC | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)