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 | 100100100100000110010010010000001001001001000001100100100100000001000010 | 924192409241924042 |
EUC-JP | 但叩但叩B | 110000111010001011000011101000011100001110100010110000111010000101000010 | c3a2c3a1c3a2c3a142 |
UTF-8 | 但叩但叩B | 11100100101111011000011011100101100011111010100111100100101111011000011011100101100011111010100101000010 | e4bd86e58fa9e4bd86e58fa942 |
UHC | 但叩但叩B | 110100111010001111001101101100001101001110100011110011011011000001000010 | d3a3cdb0d3a3cdb042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)