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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 窈?h窈? | 11100010011101110011111101101000111000100111011100111111 | e2773f68e2773f |
EUC-JP | 窈?h窈? | 11100011110110000011111101101000111000111101100000111111 | e3d83f68e3d83f |
UTF-8 | 窈츻h窈츻 | 11100111101010101000100011101100101110001011101101101000111001111010101010001000111011001011100010111011 | e7aa88ecb8bb68e7aa88ecb8bb |
UHC | 窈츻h窈츻 | 111010011010000110101111010011000110100011101001101000011010111101001100 | e9a1af4c68e9a1af4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)