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 | ûI§éé° | 1111101101001001100011101010011111101001111010011000111010110000 | fb498ea7e9e98eb0 |
SJIS-WIN | ?I?§???° | 00111111010010010011111110000001100110000011111100111111001111111000000110001011 | 3f493f81983f3f3f818b |
EUC-JP | ûI?§éé?° | 10001111101010111110010101001001001111111010000111111000100011111010101110110001100011111010101110110001001111111010000111101011 | 8fabe5493fa1f88fabb18fabb13fa1eb |
UTF-8 | ûI§éé° | 110000111011101101001001110000101000111011000010101001111100001110101001110000111010100111000010100011101100001010110000 | c3bb49c28ec2a7c3a9c3a9c28ec2b0 |
UHC | ?I?§???° | 00111111010010010011111110100001110101110011111100111111001111111010000111000110 | 3f493fa1d73f3f3fa1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)