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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??謎 | 00111111001111111001001111100100 | 3f3f93e4 |
EUC-JP | 鋌杻謎 | 1000111111100100101110111000111111000011101001101100011011100110 | 8fe4bb8fc3a6c6e6 |
UTF-8 | 鋌杻謎 | 111010011000101110001100111001101001110110111011111010001010110010001110 | e98b8ce69dbbe8ac8e |
UHC | 鋌杻謎 | 111011111111101111010010111011101101101010111010 | effbd2eedaba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)