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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 輊躡渙軫黜 | 11100111011010001110011101011001100111111101000011100111011001101110101001111000 | e768e7599fd0e766ea78 |
EUC-JP | 輊躡渙軫黜 | 11101101110010011110110110111010110111101101001011101101110001111111001111011001 | edc9edbaded2edc7f3d9 |
UTF-8 | 輊躡渙軫黜 | 111010001011110010001010111010001011101010100001111001101011100010011001111010001011101110101011111010011011101110011100 | e8bc8ae8baa1e6b899e8bbabe9bb9c |
UHC | ??渙軫黜 | 0011111100111111111111001011100111110010111000101111010111110101 | 3f3ffcb9f2e2f5f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)