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 | ????ζⅧ | 0011111100111111001111110011111110000011110001001000011101011011 | 3f3f3f3f83c4875b |
EUC-JP | ????ζ? | 00111111001111110011111100111111101001101100011000111111 | 3f3f3f3fa6c63f |
UTF-8 | 劣꾩룆杻ζⅧ | 1110111110100110100111011110101010111110101010011110101110100011100001101110111110100111100010001100111010110110111000101000010110100111 | efa69deabea9eba386efa788ceb6e285a7 |
UHC | 劣꾩룆杻ζⅧ | 111001101110101110000100111011001000111110000101111010101111010010100101111001101010010110110111 | e6eb84ec8f85eaf4a5e6a5b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)