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??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
EUC-JP | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
UTF-8 | 솜손D솜손D^ | 111011001000011010011100111011001000011010010000010001001110110010000110100111001110110010000110100100000100010001011110 | ec869cec869044ec869cec8690445e |
UHC | 솜손D솜손D^ | 1011110011011000101111001101010101000100101111001101100010111100110101010100010001011110 | bcd8bcd544bcd8bcd5445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)