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 | ??,柚 | 001111110011111110000001010000111001011101001101 | 3f3f8143974d |
EUC-JP | ??,柚 | 001111110011111110100001101001001100110110101110 | 3f3fa1a4cdae |
UTF-8 | 凉듬,柚 | 111011111010010110111001111010111001001110101100111011111011110010001100111001101001111110011010 | efa5b9eb93acefbc8ce69f9a |
UHC | 凉듬,柚 | 1110010110111100101101011110101110100011101011001110101011110110 | e5bcb5eba3aceaf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)