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 | ???C | 00111111001111110011111101000011 | 3f3f3f43 |
SJIS-WIN | 嶽??C | 1001101111010100001111110011111101000011 | 9bd43f3f43 |
EUC-JP | 嶽??C | 1101011011010110001111110011111101000011 | d6d63f3f43 |
UTF-8 | 嶽롍렩C | 11100101101101101011110111101011101000011000110111101011101000001010100101000011 | e5b6bdeba18deba0a943 |
UHC | 嶽롍렩C | 11100100110000001000111011010011100011101011011101000011 | e4c08ed38eb743 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)