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 | 執傀岫 | 100011101011011110011000111110001001101110101011 | 8eb798f89bab |
EUC-JP | 執傀岫 | 101111001011100111010000111110101101011010101101 | bcb9d0fad6ad |
UTF-8 | 執傀岫 | 111001011001111110110111111001011000001010000000111001011011001010101011 | e59fb7e58280e5b2ab |
UHC | 執傀岫 | 111100101111101111001110110100111110000111111011 | f2fbced3e1fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)