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 | 藥?鵝? | 111001010101101000111111111010100100000000111111 | e55a3fea403f |
EUC-JP | 藥?鵝? | 111010011011101100111111111100111010000100111111 | e9bb3ff3a13f |
UTF-8 | 藥퐀鵝냛 | 111010001001011110100101111011011001000010000000111010011011010110011101111010111000001110011011 | e897a5ed9080e9b59deb839b |
UHC | 藥퐀鵝냛 | 1110010110110111101111010110011011100100101111011000011001100111 | e5b7bd66e4bd8667 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)