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 | ?汚\ | 00111111100010011001100001011100 | 3f89985c |
EUC-JP | ?汚\ | 00111111101100011111100001011100 | 3fb1f85c |
UTF-8 | 멞汚\ | 11101011101010011001111011100110101100011001101001011100 | eba99ee6b19a5c |
UHC | 멞汚\ | 1001000101001110111001111111110101011100 | 914ee7fd5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)