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 | 墺j?揄? | 1001101011010010100000101000101000111111100111011000100100111111 | 9ad2828a3f9d893f |
EUC-JP | 墺j?揄? | 1101010011010100101000111110101000111111110110011110100100111111 | d4d4a3ea3fd9e93f |
UTF-8 | 墺j였揄륛 | 111001011010001010111010111011111011110110001010111011001001100010000000111001101000111110000100111010111010010110011011 | e5a2baefbd8aec9880e68f84eba59b |
UHC | 墺j였揄륛 | 11100111111100101010001111101010101111111011010011101010111100011001000001000010 | e7f2a3eabfb4eaf19042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)