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??I^ | 00111111001111110100100100111111001111110100100101011110 | 3f3f493f3f495e |
SJIS-WIN | ??I??I^ | 00111111001111110100100100111111001111110100100101011110 | 3f3f493f3f495e |
EUC-JP | ??I??I^ | 00111111001111110100100100111111001111110100100101011110 | 3f3f493f3f495e |
UTF-8 | 롇렟I롇렟I^ | 111010111010000110000111111010111010000010011111010010011110101110100001100001111110101110100000100111110100100101011110 | eba187eba09f49eba187eba09f495e |
UHC | 롇렟I롇렟I^ | 1000111011001101100011101011000001001001100011101100110110001110101100000100100101011110 | 8ecd8eb0498ecd8eb0495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)