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 | 骸?\ | 10001010010110110011111101011100 | 8a5b3f5c |
EUC-JP | 骸?\ | 10110011101111000011111101011100 | b3bc3f5c |
UTF-8 | 骸렒\ | 11101001101010101011100011101011101000001001001001011100 | e9aab8eba0925c |
UHC | 骸렒\ | 1111101010110101100011101010011101011100 | fab58ea75c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)