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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
EUC-JP | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
UTF-8 | 娛듽꺈若뾓] | 11100101101010001001101111101011100100111011110111101010101110101000100011101111101001011011010011101011101111101001001101011101 | e5a89beb93bdeaba88efa5b4ebbe935d |
UHC | 娛듽꺈若뾓] | 1110011111110100100010101110001110000011101011111110010110101110100101110101000101011101 | e7f48ae383afe5ae97515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)