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 | ???ZU | 0011111100111111001111110101101001010101 | 3f3f3f5a55 |
SJIS-WIN | 辿側属ZU | 1001001001001000100100011010010010010001101011100101101001010101 | 924891a491ae5a55 |
EUC-JP | 辿側属ZU | 1100001110101001110000101010011011000010101100000101101001010101 | c3a9c2a6c2b05a55 |
UTF-8 | 辿側属ZU | 1110100010111110101111111110010110000001101101001110010110110001100111100101101001010101 | e8bebfe581b4e5b19e5a55 |
UHC | ?側?ZU | 001111111111011010110000001111110101101001010101 | 3ff6b03f5a55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)