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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 但促但促^ | 100100100100000110010001101000111001001001000001100100011010001101011110 | 924191a3924191a35e |
EUC-JP | 但促但促^ | 110000111010001011000010101001011100001110100010110000101010010101011110 | c3a2c2a5c3a2c2a55e |
UTF-8 | 但促但促^ | 11100100101111011000011011100100101111111000001111100100101111011000011011100100101111111000001101011110 | e4bd86e4bf83e4bd86e4bf835e |
UHC | 但促但促^ | 110100111010001111110101101101011101001110100011111101011011010101011110 | d3a3f5b5d3a3f5b55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)