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 | ÂFYÂFb\ | 110000101001001001000110010110011100001010010010010001100110001001011100 | c2924659c29246625c |
SJIS-WIN | ??FY??Fb\ | 001111110011111101000110010110010011111100111111010001100110001001011100 | 3f3f46593f3f46625c |
EUC-JP | Â?FYÂ?Fb\ | 10001111101010101010010000111111010001100101100110001111101010101010010000111111010001100110001001011100 | 8faaa43f46598faaa43f46625c |
UTF-8 | ÂFYÂFb\ | 11000011100000101100001010010010010001100101100111000011100000101100001010010010010001100110001001011100 | c382c2924659c382c29246625c |
UHC | ??FY??Fb\ | 001111110011111101000110010110010011111100111111010001100110001001011100 | 3f3f46593f3f46625c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)