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 | 鍔準剩殲 | 1001001011010101100011111000000010011001100101001001111101110010 | 92d58f8099949f72 |
EUC-JP | 鍔準剩殲 | 1100010011010111101111011110000011010001111101001101110111010011 | c4d7bde0d1f4ddd3 |
UTF-8 | 鍔準剩殲 | 111010011000110110010100111001101011101010010110111001011000100110101001111001101010111010110010 | e98d94e6ba96e589a9e6aeb2 |
UHC | 鍔準剩殲 | 1110010011001000111100011101111011101101101001011110000011101000 | e4c8f1deeda5e0e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)