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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
EUC-JP | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
UTF-8 | 뤗횓쩩뤗횓쩬E | 11101011101001001001011111101101100110101001001111101100101010011010100111101011101001001001011111101101100110101001001111101100101010011010110001000101 | eba497ed9a93eca9a9eba497ed9a93eca9ac45 |
UHC | 뤗횓쩩뤗횓쩬E | 10001111110001111100001110001110101001010101100110001111110001111100001110001110101001010110001001000101 | 8fc7c38ea5598fc7c38ea56245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)