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 | ãâü~ | 1001000011100011111000101111110001111110 | 90e3e2fc7e |
SJIS-WIN | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
EUC-JP | ?ãâü~ | 0011111110001111101010111010101010001111101010111010010010001111101010111110010001111110 | 3f8fabaa8faba48fabe47e |
UTF-8 | ãâü~ | 110000101001000011000011101000111100001110100010110000111011110001111110 | c290c3a3c3a2c3bc7e |
UHC | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)