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 | 褝朱痔燁 | 1110010111111010100011101110100110001110101001001111101101011001 | e5fa8ee98ea4fb59 |
EUC-JP | 褝朱痔燁 | 111010101111110010111100111010111011110010100110100011111100101010110011 | eafcbcebbca68fcab3 |
UTF-8 | 褝朱痔燁 | 111010001010010010011101111001101001110010110001111001111001011110010100111001111000011110000001 | e8a49de69cb1e79794e78781 |
UHC | ?朱痔燁 | 00111111111100011011100111110110110000001110011110100111 | 3ff1b9f6c0e7a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)