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 | 塋?鵝? | 100110101100100000111111111010100100000000111111 | 9ac83fea403f |
EUC-JP | 塋?鵝? | 110101001100101000111111111100111010000100111111 | d4ca3ff3a13f |
UTF-8 | 塋찿鵝낦 | 111001011010000110001011111011001011000010111111111010011011010110011101111010111000001010100110 | e5a18becb0bfe9b59deb82a6 |
UHC | 塋찿鵝낦 | 1110011110101011101010100100111111100100101111011000011001000010 | e7abaa4fe4bd8642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)