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 | 藥폮鵝냕 | 111010001001011110100101111011011000111110101110111010011011010110011101111010111000001110010101 | e897a5ed8faee9b59deb8395 |
UHC | 藥폮鵝냕 | 1110010110110111101111010101001111100100101111011000011001100010 | e5b7bd53e4bd8662 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)