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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?脹縫 | 0011111110010010101011111001011001000100 | 3f92af9644 |
EUC-JP | ?脹縫 | 0011111111000100101100011100101110100101 | 3fc4b1cba5 |
UTF-8 | 뤚脹縫 | 111010111010010010011010111010001000010010111001111001111011100010101011 | eba49ae884b9e7b8ab |
UHC | 뤚脹縫 | 100011111100100111110011111011001101110011101110 | 8fc9f3ecdcee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)