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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 乙錡^ | 1000100110110011111110111101100001011110 | 89b3fbd85e |
EUC-JP | 乙錡^ | 101100101011010110001111111001001101111001011110 | b2b58fe4de5e |
UTF-8 | 乙錡^ | 11100100101110011001100111101001100011001010000101011110 | e4b999e98ca15e |
UHC | 乙錡^ | 1110101111100000110100011100010001011110 | ebe0d1c45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)