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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?嫩?掖 | 001111111001101101100011001111111001110101110100 | 3f9b633f9d74 |
EUC-JP | ?嫩?掖 | 001111111101010111000100001111111101100111010101 | 3fd5c43fd9d5 |
UTF-8 | 뤚嫩헥掖 | 111010111010010010011010111001011010101110101001111011011001011110100101111001101000111010010110 | eba49ae5aba9ed97a5e68e96 |
UHC | 뤚嫩헥掖 | 1000111111001001110100101110110011000111111011011110010011111010 | 8fc9d2ecc7ede4fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)