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 | 張у?娃 | 10010010101000111000010010000101001111111000100010100001 | 92a384853f88a1 |
EUC-JP | 張у?娃 | 11000100101001011010011111100101001111111011000010100011 | c4a5a7e53fb0a3 |
UTF-8 | 張у컙娃 | 1110010110111100101101011101000110000011111011001011101110011001111001011010100010000011 | e5bcb5d183ecbb99e5a883 |
UHC | 張у컙娃 | 1110110111100101101011001110010110110000100001001110100011011111 | ede5ace5b084e8df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)