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?_? | 0011111101010001001111110101111100111111 | 3f513f5f3f |
SJIS-WIN | ?Q?_? | 0011111101010001001111110101111100111111 | 3f513f5f3f |
EUC-JP | ?Q?_? | 0011111101010001001111110101111100111111 | 3f513f5f3f |
UTF-8 | 묮Q묮_묧 | 1110101110101100101011100101000111101011101011001010111001011111111010111010110010100111 | ebacae51ebacae5febaca7 |
UHC | 묮Q묮_묧 | 1001001001000101010100011001001001000101010111111001000111111110 | 92455192455f91fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)