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 | 竣嵌脉 | 100011110111011010011011110001101110001111110101 | 8f769bc6e3f5 |
EUC-JP | 竣嵌脉 | 101111011101011111010110110010001110011011110111 | bdd7d6c8e6f7 |
UTF-8 | 竣嵌脉 | 111001111010101110100011111001011011010110001100111010001000010010001001 | e7aba3e5b58ce88489 |
UHC | 竣嵌? | 1111000111100010110010101110111000111111 | f1e2caee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)