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 | 0011111101111101001111110011111101000010 | 3f7d3f3f42 |
SJIS-WIN | 叩}洩但B | 1001001001000000011111011000100101101011100100100100000101000010 | 92407d896b924142 |
EUC-JP | 叩}洩但B | 1100001110100001011111011011000111001100110000111010001001000010 | c3a17db1ccc3a242 |
UTF-8 | 叩}洩但B | 1110010110001111101010010111110111100110101101001010100111100100101111011000011001000010 | e58fa97de6b4a9e4bd8642 |
UHC | 叩}洩但B | 1100110110110000011111011110000011011101110100111010001101000010 | cdb07de0ddd3a342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)