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 | 要ワ?晤 | 10010111011101101000001110001111001111111001110111101011 | 9776838f3f9deb |
EUC-JP | 要ワ?晤 | 11001101110101111010010111101111001111111101101011101101 | cdd7a5ef3fdaed |
UTF-8 | 要ワ슝晤 | 111010001010011010000001111000111000001110101111111011001000101010011101111001101001100110100100 | e8a681e383afec8a9de699a4 |
UHC | 要ワ슝晤 | 1110100110101001101010111110111110111101101110011110011111111011 | e9a9abefbdb9e7fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)