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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
EUC-JP | ?莘?\ | 001111111000111111011000101010110011111101011100 | 3f8fd8ab3f5c |
UTF-8 | 얇莘렰\ | 11101100100101101000011111101000100011101001100011101011101000001011000001011100 | ec9687e88e98eba0b05c |
UHC | 얇莘렰\ | 10111110111000111110001111101110100011101011110101011100 | bee3e3ee8ebd5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)