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 | 止??狡暇 | 1000111001111110001111110011111111100000110000101000100111001001 | 8e7e3f3fe0c289c9 |
EUC-JP | 止?勖狡暇 | 10111011110111110011111110001111101100111110110111100000110001001011001011001011 | bbdf3f8fb3ede0c4b2cb |
UTF-8 | 止렣勖狡暇 | 111001101010110110100010111010111010000010100011111001011000101110010110111001111000101110100001111001101001101010000111 | e6ada2eba0a3e58b96e78ba1e69a87 |
UHC | 止렣勖狡暇 | 11110010101011011000111010110100111010011110110111001110111010101100101010101100 | f2ad8eb4e9edceeacaac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)