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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 墺k?鎰 | 10011010110100101000001010001011001111111110100001001100 | 9ad2828b3fe84c |
EUC-JP | 墺k?鎰 | 11010100110101001010001111101011001111111110111110101101 | d4d4a3eb3fefad |
UTF-8 | 墺k냵鎰 | 111001011010001010111010111011111011110110001011111010111000001110110101111010011000111010110000 | e5a2baefbd8beb83b5e98eb0 |
UHC | 墺k냵鎰 | 1110011111110010101000111110101110000110100001011110110011110000 | e7f2a3eb8685ecf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)