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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
EUC-JP | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
UTF-8 | 吳녢띹섞\ | 11100101100100001011001111101011100001011010001011101011100111011011100111101100100001001001111001011100 | e590b3eb85a2eb9db9ec849e5c |
UHC | 吳녢띹섞\ | 111001111110111110000110110100011000110111101000101111001010111101011100 | e7ef86d18de8bcaf5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)