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 | 紜埼狭訖 | 1110001101000001100011011110100110001011101101111110011001011110 | e3418de98bb7e65e |
EUC-JP | 紜埼狭訖 | 1110010110100010101110101110101110110110101110011110101110111111 | e5a2baebb6b9ebbf |
UTF-8 | 紜埼狭訖 | 111001111011010010011100111001011001111110111100111001111000101110101101111010001010100010010110 | e7b49ce59fbce78bade8a896 |
UHC | ?埼?訖 | 001111111101000011110010001111111111110111100001 | 3fd0f23ffde1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)