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 | 渼ト鮴ァ渼 | 1111101101001001110001001110100110111110101001111111101101001001 | fb49c4e9bea7fb49 |
EUC-JP | 渼ト鮴ァ渼 | 100011111100011111110000100011101100010011110010110000001000111010100111100011111100011111110000 | 8fc7f08ec4f2c08ea78fc7f0 |
UTF-8 | 渼ト鮴ァ渼 | 111001101011100010111100111011111011111010000100111010011010111010110100111011111011110110100111111001101011100010111100 | e6b8bcefbe84e9aeb4efbda7e6b8bc |
UHC | 渼???渼 | 11011010101101000011111100111111001111111101101010110100 | dab43f3f3fdab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)