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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 窈??幼?] | 1110001001110111001111110011111110010111011000110011111101011101 | e2773f3f97633f5d |
EUC-JP | 窈??幼?] | 1110001111011000001111110011111111001101110001000011111101011101 | e3d83f3fcdc43f5d |
UTF-8 | 窈띾봽幼랷] | 11100111101010101000100011101011100111011011111011101011101101001011110111100101101110011011110011101011100111101011011101011101 | e7aa88eb9dbeebb4bde5b9bceb9eb75d |
UHC | 窈띾봽幼랷] | 1110100110100001100011011110101110010100100001001110101011101010100011100101000101011101 | e9a18deb9484eaea8e515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)