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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 霆?鬱?淫? | 111010001011101100111111100111110101010000111111100010001111101000111111 | e8bb3f9f543f88fa3f |
EUC-JP | 霆?鬱?淫? | 111100001011110100111111110111011011010100111111101100001111110000111111 | f0bd3fddb53fb0fc3f |
UTF-8 | 霆렪鬱렗淫렕 | 111010011001110010000110111010111010000010101010111010011010110010110001111010111010000010010111111001101011011110101011111010111010000010010101 | e99c86eba0aae9acb1eba097e6b7abeba095 |
UHC | 霆렪鬱렗淫렕 | 111011111111110110001110101110001110101010100110100011101010110011101011111000101000111010101010 | effd8eb8eaa68eacebe28eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)