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 | 靼繕悚贖 | 1110100011011000100100010101010110011100100111101110011011011100 | e8d891559c9ee6dc |
EUC-JP | 靼繕悚贖 | 1111000011011010110000011011011011010111111111101110110011011110 | f0dac1b6d7feecde |
UTF-8 | 靼繕悚贖 | 111010011001110110111100111001111011100110010101111001101000001010011010111010001011010010010110 | e99dbce7b995e6829ae8b496 |
UHC | ?繕悚贖 | 00111111111000001100101111100001111001011110000111011011 | 3fe0cbe1e5e1db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)