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 | 窒??攝 | 100100101000001000111111001111111001110110010000 | 92823f3f9d90 |
EUC-JP | 窒??攝 | 110000111110001000111111001111111101100111110000 | c3e23f3fd9f0 |
UTF-8 | 窒셈씔攝 | 111001111010101010010010111011001000010110001000111011001001010010010100111001101001010010011101 | e7aa92ec8588ec9494e6949d |
UHC | 窒셈씔攝 | 1111001011110010101111001100000010111110101111001110000011101110 | f2f2bcc0bebce0ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)