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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 墺???豫 | 10011010110100100011111100111111001111111001100010101100 | 9ad23f3f3f98ac |
EUC-JP | 墺???豫 | 11010100110101000011111100111111001111111101000010101110 | d4d43f3f3fd0ae |
UTF-8 | 墺쀑띸퓪豫 | 111001011010001010111010111011001000000010010001111010111001110110111000111011011001001110101010111010001011000110101011 | e5a2baec8091eb9db8ed93aae8b1ab |
UHC | 墺쀑띸퓪豫 | 11100111111100101001011111010001100011011110011110111111100100101110011111100011 | e7f297d18de7bf92e7e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)