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 | ???}B | 0011111100111111001111110111110101000010 | 3f3f3f7d42 |
SJIS-WIN | ?腺繕}B | 00111111100100010100001010010001010101010111110101000010 | 3f914291557d42 |
EUC-JP | 饍腺繕}B | 100011111110100011101101110000011010001111000001101101100111110101000010 | 8fe8edc1a3c1b67d42 |
UTF-8 | 饍腺繕}B | 1110100110100101100011011110100010000101101110101110011110111001100101010111110101000010 | e9a58de885bae7b9957d42 |
UHC | 饍腺繕}B | 1110000011010111111000001100110111100000110010110111110101000010 | e0d7e0cde0cb7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)