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 | 鵝??蚣 | 111010100100000000111111001111111110010101101110 | ea403f3fe56e |
EUC-JP | 鵝??蚣 | 111100111010000100111111001111111110100111001111 | f3a13f3fe9cf |
UTF-8 | 鵝띌쪙蚣 | 111010011011010110011101111010111001110110001100111011001010101010011001111010001001101010100011 | e9b59deb9d8cecaa99e89aa3 |
UHC | 鵝띌쪙蚣 | 1110010010111101101101101110100110100101100100101100110111110111 | e4bdb6e9a592cdf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)