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 | ?嫩?暖 | 001111111001101101100011001111111001001001100111 | 3f9b633f9267 |
EUC-JP | ?嫩?暖 | 001111111101010111000100001111111100001111001000 | 3fd5c43fc3c8 |
UTF-8 | 뤚嫩흰暖 | 111010111010010010011010111001011010101110101001111011011001110110110000111001101001101010010110 | eba49ae5aba9ed9db0e69a96 |
UHC | 뤚嫩흰暖 | 1000111111001001110100101110110011001000111100101101000111101100 | 8fc9d2ecc8f2d1ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)