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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????ζ? | 00111111001111110011111100111111100000111100010000111111 | 3f3f3f3f83c43f |
EUC-JP | ????ζ? | 00111111001111110011111100111111101001101100011000111111 | 3f3f3f3fa6c63f |
UTF-8 | 劣꾩룆杻ζ벚 | 1110111110100110100111011110101010111110101010011110101110100011100001101110111110100111100010001100111010110110111010111011001010011010 | efa69deabea9eba386efa788ceb6ebb29a |
UHC | 劣꾩룆杻ζ벚 | 111001101110101110000100111011001000111110000101111010101111010010100101111001101011101010100010 | e6eb84ec8f85eaf4a5e6baa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)