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 | ???s | 00111111001111110011111101110011 | 3f3f3f73 |
SJIS-WIN | 奪炭存s | 10010010010001001001001001011001100100011011011001110011 | 9244925991b673 |
EUC-JP | 奪炭存s | 11000011101001011100001110111010110000101011100001110011 | c3a5c3bac2b873 |
UTF-8 | 奪炭存s | 11100101101001011010101011100111100000101010110111100101101011011001100001110011 | e5a5aae782ade5ad9873 |
UHC | 奪炭存s | 11110111101011001111011110101001111100001110110101110011 | f7acf7a9f0ed73 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)