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 | 涇カ逞碑 | 11111010111110111011011011100111100101111001010011101000 | fafbb6e79794e8 |
EUC-JP | 涇カ逞碑 | 100011111100011111000111100011101011011011101101111101111100100011101010 | 8fc7c78eb6edf7c8ea |
UTF-8 | 涇カ逞碑 | 111001101011011010000111111011111011110110110110111010011000000010011110111001111010001010010001 | e6b687efbdb6e9809ee7a291 |
UHC | 涇?逞碑 | 11001100110111000011111111010110110000011101110111111000 | ccdc3fd6c1ddf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)