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 | 齊?齎?址 | 1110101010001110001111111110011011011000001111111001101010101100 | ea8e3fe6d83f9aac |
EUC-JP | 齊?齎?址 | 1111001111101110001111111110110011011010001111111101010010101110 | f3ee3fecda3fd4ae |
UTF-8 | 齊렣齎렖址 | 111010011011110110001010111010111010000010100011111010011011110110001110111010111010000010010110111001011001110110000000 | e9bd8aeba0a3e9bd8eeba096e59d80 |
UHC | 齊렣齎렖址 | 11110000101110101000111010110100111011101011001010001110101010111111001010100011 | f0ba8eb4eeb28eabf2a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)