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??ZB | 00111111001111110100010000111111001111110101101001000010 | 3f3f443f3f5a42 |
SJIS-WIN | ??D??ZB | 00111111001111110100010000111111001111110101101001000010 | 3f3f443f3f5a42 |
EUC-JP | ??D??ZB | 00111111001111110100010000111111001111110101101001000010 | 3f3f443f3f5a42 |
UTF-8 | 셔섹D셍성ZB | 111011001000010110010100111011001000010010111001010001001110110010000101100011011110110010000100101100010101101001000010 | ec8594ec84b944ec858dec84b15a42 |
UHC | 셔섹D셍성ZB | 1011110011000101101111001011110101000100101111001100010010111100101110100101101001000010 | bcc5bcbd44bcc4bcba5a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)