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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 止??攪 | 100011100111111000111111001111111001110110011000 | 8e7e3f3f9d98 |
EUC-JP | 止?勖攪 | 1011101111011111001111111000111110110011111011011101100111111000 | bbdf3f8fb3edd9f8 |
UTF-8 | 止렣勖攪 | 111001101010110110100010111010111010000010100011111001011000101110010110111001101001010010101010 | e6ada2eba0a3e58b96e694aa |
UHC | 止렣勖攪 | 1111001010101101100011101011010011101001111011011100111011100110 | f2ad8eb4e9edcee6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)