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 | ?}?u?TP | 00111111011111010011111101110101001111110101010001010000 | 3f7d3f753f5450 |
SJIS-WIN | 叩}叩u棚TP | 10010010010000000111110110010010010000000111010110010010010010010101010001010000 | 92407d92407592495450 |
EUC-JP | 叩}叩u棚TP | 11000011101000010111110111000011101000010111010111000011101010100101010001010000 | c3a17dc3a175c3aa5450 |
UTF-8 | 叩}叩u棚TP | 11100101100011111010100101111101111001011000111110101001011101011110011010100011100110100101010001010000 | e58fa97de58fa975e6a39a5450 |
UHC | 叩}叩u棚TP | 11001101101100000111110111001101101100000111010111011101110111000101010001010000 | cdb07dcdb075dddc5450 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)