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 | ??f?? | 0011111100111111011001100011111100111111 | 3f3f663f3f |
SJIS-WIN | 偲而f篠゙ | 1000111011000011100011101010011101100110100011101100001011011110 | 8ec38ea7668ec2de |
EUC-JP | 偲而f篠゙ | 101111001100010110111100101010010110011010111100110001001000111011011110 | bcc5bca966bcc48ede |
UTF-8 | 偲而f篠゙ | 11100101100000011011001011101000100000001000110001100110111001111010111110100000111011111011111010011110 | e581b2e8808c66e7afa0efbe9e |
UHC | ?而f篠? | 00111111111011001011101101100110111000011100011000111111 | 3fecbb66e1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)