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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 旋線旋線^ | 100100001111100110010000111111001001000011111001100100001111110001011110 | 90f990fc90f990fc5e |
EUC-JP | 旋線旋線^ | 110000001111101111000000111111101100000011111011110000001111111001011110 | c0fbc0fec0fbc0fe5e |
UTF-8 | 旋線旋線^ | 11100110100101111000101111100111101101111001101011100110100101111000101111100111101101111001101001011110 | e6978be7b79ae6978be7b79a5e |
UHC | 旋線旋線^ | 111000001100000111100000110010101110000011000001111000001100101001011110 | e0c1e0cae0c1e0ca5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)