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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ゙カ隸ヒヲ^ | 11011110101101101110100010101111110010111010011001011110 | deb6e8afcba65e |
EUC-JP | ゙カ隸ヒヲ^ | 1000111011011110100011101011011011110000101100011000111011001011100011101010011001011110 | 8ede8eb6f0b18ecb8ea65e |
UTF-8 | ゙カ隸ヒヲ^ | 11101111101111101001111011101111101111011011011011101001100110101011100011101111101111101000101111101111101111011010011001011110 | efbe9eefbdb6e99ab8efbe8befbda65e |
UHC | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)