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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 閠Л\ | 1110100010000000100001000100110001011100 | e880844c5c |
EUC-JP | 閠Л\ | 1110111111100000101001111010110101011100 | efe0a7ad5c |
UTF-8 | 閠Л\ | 111010011001011010100000110100001001101101011100 | e996a0d09b5c |
UHC | ?Л\ | 00111111101011001010110101011100 | 3facad5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)