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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬯」逍イ褞 | 1110100110101100101000111110011110010110101100101110010111110000 | e9aca3e796b2e5f0 |
EUC-JP | 鬯」逍イ褞 | 11110010101011101000111010100011111011011111011010001110101100101110101011110010 | f2ae8ea3edf68eb2eaf2 |
UTF-8 | 鬯」逍イ褞 | 111010011010110010101111111011111011110110100011111010011000000010001101111011111011110110110010111010001010010010011110 | e9acafefbda3e9808defbdb2e8a49e |
UHC | ??逍?? | 001111110011111111100001110011100011111100111111 | 3f3fe1ce3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)