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 | ûû¤^ | 111110111000111110010111100111001111101110001111100111001010010001011110 | fb8f979cfb8f9ca45e |
SJIS-WIN | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
EUC-JP | û???û??¤^ | 100011111010101111100101001111110011111100111111100011111010101111100101001111110011111110001111101000101111000001011110 | 8fabe53f3f3f8fabe53f3f8fa2f05e |
UTF-8 | ûû¤^ | 1100001110111011110000101000111111000010100101111100001010011100110000111011101111000010100011111100001010011100110000101010010001011110 | c3bbc28fc297c29cc3bbc28fc29cc2a45e |
UHC | ???????¤^ | 00111111001111110011111100111111001111110011111100111111101000101011010001011110 | 3f3f3f3f3f3f3fa2b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)