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 | 驫紋サ吮 | 11101001100010101001011011100100101110111001100111100010 | e98a96e4bb99e2 |
EUC-JP | 驫紋サ吮 | 1111000111101010110011001110011010001110101110111101001011100100 | f1eacce68ebbd2e4 |
UTF-8 | 驫紋サ吮 | 111010011010100110101011111001111011010010001011111011111011110110111011111001011001000010101110 | e9a9abe7b48befbdbbe590ae |
UHC | ?紋?? | 0011111111011010101000110011111100111111 | 3fdaa33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)