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 | 謝執 | 111100101011100010001110110100111000111010110111 | f2b88ed38eb7 |
EUC-JP | ?謝執 | 0011111110111100110101011011110010111001 | 3fbcd5bcb9 |
UTF-8 | 謝執 | 111011101000011110101111111010001010110010011101111001011001111110110111 | ee87afe8ac9de59fb7 |
UHC | ?謝執 | 0011111111011110111100111111001011111011 | 3fdef3f2fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)