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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 齊??提 | 111010101000111000111111001111111001001011110001 | ea8e3f3f92f1 |
EUC-JP | 齊??提 | 111100111110111000111111001111111100010011110011 | f3ee3f3fc4f3 |
UTF-8 | 齊꿸쑹提 | 111010011011110110001010111010101011111110111000111011001001000110111001111001101000111110010000 | e9bd8aeabfb8ec91b9e68f90 |
UHC | 齊꿸쑹提 | 1111000010111010101100101110101010111110101010111111000010101011 | f0bab2eabeabf0ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)