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 | 鋤??何 | 100011111001101100111111001111111000100110111101 | 8f9b3f3f89bd |
EUC-JP | 鋤??何 | 101111011111101100111111001111111011001010111111 | bdfb3f3fb2bf |
UTF-8 | 鋤煉뤜何 | 111010011000101110100100111011111010011010010011111010111010010010011100111001001011110110010101 | e98ba4efa693eba49ce4bd95 |
UHC | 鋤煉뤜何 | 1110000010100111111001101101011010001111110010111111100110111100 | e0a7e6d68fcbf9bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)