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~ | 00111111001111110011111100111111001111110101000101111110 | 3f3f3f3f3f517e |
SJIS-WIN | ?????Q~ | 00111111001111110011111100111111001111110101000101111110 | 3f3f3f3f3f517e |
EUC-JP | ?????Q~ | 00111111001111110011111100111111001111110101000101111110 | 3f3f3f3f3f517e |
UTF-8 | 혧횦횉챙쨍Q~ | 1110110110011000101001111110110110011010101001101110110110011010100010011110110010110001100110011110110010101000100011010101000101111110 | ed98a7ed9aa6ed9a89ecb199eca88d517e |
UHC | 혧횦횉챙쨍Q~ | 110000101000111111000011100111011100001110000111110000111010110011000010101110000101000101111110 | c28fc39dc387c3acc2b8517e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)