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 | ?}??? | 0011111101111101001111110011111100111111 | 3f7d3f3f3f |
SJIS-WIN | 叩}洩但竪 | 100100100100000001111101100010010110101110010010010000011001001001000111 | 92407d896b92419247 |
EUC-JP | 叩}洩但竪 | 110000111010000101111101101100011100110011000011101000101100001110101000 | c3a17db1ccc3a2c3a8 |
UTF-8 | 叩}洩但竪 | 11100101100011111010100101111101111001101011010010101001111001001011110110000110111001111010101110101010 | e58fa97de6b4a9e4bd86e7abaa |
UHC | 叩}洩但竪 | 110011011011000001111101111000001101110111010011101000111110001010110101 | cdb07de0ddd3a3e2b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)