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~ | 111011001000010110010100111011001000010010111001010001001110110010000101100011011110110010000100101100010101000101111110 | ec8594ec84b944ec858dec84b1517e |
UHC | 셔섹D셍성Q~ | 1011110011000101101111001011110101000100101111001100010010111100101110100101000101111110 | bcc5bcbd44bcc4bcba517e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)