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 | ??D??Q~ | 00111111001111110100010000111111001111110101000101111110 | 3f3f443f3f517e |
SJIS-WIN | ??D??Q~ | 00111111001111110100010000111111001111110101000101111110 | 3f3f443f3f517e |
EUC-JP | ??D??Q~ | 00111111001111110100010000111111001111110101000101111110 | 3f3f443f3f517e |
UTF-8 | 렻렮D렺렪Q~ | 111010111010000010111011111010111010000010101110010001001110101110100000101110101110101110100000101010100101000101111110 | eba0bbeba0ae44eba0baeba0aa517e |
UHC | 렻렮D렺렪Q~ | 1000111011000011100011101011101101000100100011101100001010001110101110000101000101111110 | 8ec38ebb448ec28eb8517e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)