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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 丹其丹其B | 100100100100111110010001101101001001001001001111100100011011010001000010 | 924f91b4924f91b442 |
EUC-JP | 丹其丹其B | 110000111011000011000010101101101100001110110000110000101011011001000010 | c3b0c2b6c3b0c2b642 |
UTF-8 | 丹其丹其B | 11100100101110001011100111100101100001011011011011100100101110001011100111100101100001011011011001000010 | e4b8b9e585b6e4b8b9e585b642 |
UHC | 丹其丹其B | 110100111010000111010000111011001101001110100001110100001110110001000010 | d3a1d0ecd3a1d0ec42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)