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 | 鵝??諄 | 111010100100000000111111001111111110011001111000 | ea403f3fe678 |
EUC-JP | 鵝??諄 | 111100111010000100111111001111111110101111011001 | f3a13f3febd9 |
UTF-8 | 鵝뜂띀諄 | 111010011011010110011101111010111001110010000010111010111001110110000000111010001010101110000100 | e9b59deb9c82eb9d80e8ab84 |
UHC | 鵝뜂띀諄 | 1110010010111101100011011000011010001101101110111110001011110100 | e4bd8d868dbbe2f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)