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 | ??@?? | 0011111100111111010000000011111100111111 | 3f3f403f3f |
SJIS-WIN | ??@源? | 001111110011111101000000100011001011100100111111 | 3f3f408cb93f |
EUC-JP | ??@源? | 001111110011111101000000101110001011101100111111 | 3f3f40b8bb3f |
UTF-8 | 亐렕@源렰 | 11100100101110101001000011101011101000001001010101000000111001101011101010010000111010111010000010110000 | e4ba90eba09540e6ba90eba0b0 |
UHC | 亐렕@源렰 | 111010101010011110001110101010100100000011101010101110011000111010111101 | eaa78eaa40eab98ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)