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 | ??V?B | 0011111100111111010101100011111101000010 | 3f3f563f42 |
SJIS-WIN | 謝鹿V粤B | 1000111011010011100011101010110101010110111000101110001101000010 | 8ed38ead56e2e342 |
EUC-JP | 謝鹿V粤B | 1011110011010101101111001010111101010110111001001110010101000010 | bcd5bcaf56e4e542 |
UTF-8 | 謝鹿V粤B | 1110100010101100100111011110100110111001101111110101011011100111101100101010010001000010 | e8ac9de9b9bf56e7b2a442 |
UHC | 謝鹿V?B | 11011110111100111101011011100011010101100011111101000010 | def3d6e3563f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)