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 | 鵝??艾 | 111010100100000000111111001111111110010010001000 | ea403f3fe488 |
EUC-JP | 鵝??艾 | 111100111010000100111111001111111110011111101000 | f3a13f3fe7e8 |
UTF-8 | 鵝띄칻艾 | 111010011011010110011101111010111001110110000100111011001011100110111011111010001000100110111110 | e9b59deb9d84ecb9bbe889be |
UHC | 鵝띄칻艾 | 1110010010111101101101101110011110101111100010111110010011110101 | e4bdb6e7af8be4f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)