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 | ?q?? | 00111111011100010011111100111111 | 3f713f3f |
SJIS-WIN | 叩q叩旦 | 10010010010000000111000110010010010000001001001001010101 | 92407192409255 |
EUC-JP | 叩q叩旦 | 11000011101000010111000111000011101000011100001110110110 | c3a171c3a1c3b6 |
UTF-8 | 叩q叩旦 | 11100101100011111010100101110001111001011000111110101001111001101001011110100110 | e58fa971e58fa9e697a6 |
UHC | 叩q叩旦 | 11001101101100000111000111001101101100001101001110101001 | cdb071cdb0d3a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)