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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 娛뤸컭溜뀀젘琉 | 111001011010100010011011111010111010010010111000111011001011101110101101111011111010011110001011111010111000000010000000111011001010000010011000111011111010011110001100 | e5a89beba4b8ecbbadefa78beb8080eca098efa78c |
UHC | 娛뤸컭溜뀀젘琉 | 1110011111110100100011111110011010110000100100111110101011111110101100101110101110100000100101001110101110100100 | e7f48fe6b093eafeb2eba094eba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)