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 | 題籠?肯 | 10010001111010001110001011000100001111111000110101101101 | 91e8e2c43f8d6d |
EUC-JP | 題籠?肯 | 11000010111010101110010011000110001111111011100111001110 | c2eae4c63fb9ce |
UTF-8 | 題籠렊肯 | 111010011010000110001100111001111011000110100000111010111010000010001010111010001000001010101111 | e9a18ce7b1a0eba08ae882af |
UHC | 題籠렊肯 | 1111000010111001110101101110101110001110101000011101000011101001 | f0b9d6eb8ea1d0e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)