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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 瞽莇晙 | 111000011101101011100100101101001111101011010111 | e1dae4b4fad7 |
EUC-JP | 瞽莇晙 | 11100010110111001110100010110110100011111100001010111010 | e2dce8b68fc2ba |
UTF-8 | 瞽莇晙 | 111001111001111010111101111010001000111010000111111001101001100110011001 | e79ebde88e87e69999 |
UHC | ??晙 | 00111111001111111111000111011011 | 3f3ff1db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)