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 | 籵朱魁趁 | 1110001011100000100011101110100110001010010000001110011011100001 | e2e08ee98a40e6e1 |
EUC-JP | 籵朱魁趁 | 1110010011100010101111001110101110110011101000011110110011100011 | e4e2bcebb3a1ece3 |
UTF-8 | 籵朱魁趁 | 111001111011000110110101111001101001110010110001111010011010110110000001111010001011011010000001 | e7b1b5e69cb1e9ad81e8b681 |
UHC | ?朱魁? | 001111111111000110111001110011101101101000111111 | 3ff1b9ceda3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)