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 | 髮狗甥竏 | 1110100110011011100010111110011110001001100110011110001010001000 | e99b8be78999e288 |
EUC-JP | 髮狗甥竏 | 1111000111111011101101101110100110110001111110011110001111101000 | f1fbb6e9b1f9e3e8 |
UTF-8 | 髮狗甥竏 | 111010011010101110101110111001111000101110010111111001111001010010100101111001111010101110001111 | e9abaee78b97e794a5e7ab8f |
UHC | 髮狗甥? | 11011011101001011100111110110111110111111110011100111111 | dba5cfb7dfe73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)