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 | 鵝??宋 | 111010100100000000111111001111111001000101110110 | ea403f3f9176 |
EUC-JP | 鵝??宋 | 111100111010000100111111001111111100000111010111 | f3a13f3fc1d7 |
UTF-8 | 鵝뉗뇴宋 | 111010011011010110011101111010111000100110010111111010111000011110110100111001011010111010001011 | e9b59deb8997eb87b4e5ae8b |
UHC | 鵝뉗뇴宋 | 1110010010111101100001111110110010000111100110001110000111100100 | e4bd87ec8798e1e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)