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 | 紆楔縟楔 | 1110001011111100100111101011011011100011011101001001111010110110 | e2fc9eb6e3749eb6 |
EUC-JP | 紆楔縟楔 | 1110010011111110110111001011100011100101110101011101110010111000 | e4fedcb8e5d5dcb8 |
UTF-8 | 紆楔縟楔 | 111001111011010010000110111001101010010110010100111001111011100010011111111001101010010110010100 | e7b486e6a594e7b89fe6a594 |
UHC | 紆楔縟楔 | 1110100111100001111000001101101111101001101100101110000011011011 | e9e1e0dbe9b2e0db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)