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 | 止??攪? | 10001110011111100011111100111111100111011001100000111111 | 8e7e3f3f9d983f |
EUC-JP | 止?勖攪? | 101110111101111100111111100011111011001111101101110110011111100000111111 | bbdf3f8fb3edd9f83f |
UTF-8 | 止렣勖攪렪 | 111001101010110110100010111010111010000010100011111001011000101110010110111001101001010010101010111010111010000010101010 | e6ada2eba0a3e58b96e694aaeba0aa |
UHC | 止렣勖攪렪 | 11110010101011011000111010110100111010011110110111001110111001101000111010111000 | f2ad8eb4e9edcee68eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)