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?? | 00111111010100010011111100111111 | 3f513f3f |
SJIS-WIN | 叩Q叩棚 | 10010010010000000101000110010010010000001001001001001001 | 92405192409249 |
EUC-JP | 叩Q叩棚 | 11000011101000010101000111000011101000011100001110101010 | c3a151c3a1c3aa |
UTF-8 | 叩Q叩棚 | 11100101100011111010100101010001111001011000111110101001111001101010001110011010 | e58fa951e58fa9e6a39a |
UHC | 叩Q叩棚 | 11001101101100000101000111001101101100001101110111011100 | cdb051cdb0dddc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)