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 | 粤遂挟袰 | 1110001011100011100100001000101110001011101100101110010111011100 | e2e3908b8bb2e5dc |
EUC-JP | 粤遂挟袰 | 1110010011100101101111111110101110110110101101001110101011011110 | e4e5bfebb6b4eade |
UTF-8 | 粤遂挟袰 | 111001111011001010100100111010011000000110000010111001101000110010011111111010001010001010110000 | e7b2a4e98182e68c9fe8a2b0 |
UHC | ?遂?? | 0011111111100010110001000011111100111111 | 3fe2c43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)