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 | 001111111001111111000111001111110011111110011111110001110011111101000101 | 3f9fc73f3f9fc73f45 |
EUC-JP | ?淺??淺?E | 001111111101111011001001001111110011111111011110110010010011111101000101 | 3fdec93f3fdec93f45 |
UTF-8 | 뤋淺픜뤋淺픟E | 11101011101001001000101111100110101101111011101011101101100101001001110011101011101001001000101111100110101101111011101011101101100101001001111101000101 | eba48be6b7baed949ceba48be6b7baed949f45 |
UHC | 뤋淺픜뤋淺픟E | 10001111101110111111010010111100110000000101100110001111101110111111010010111100110000000110001001000101 | 8fbbf4bcc0598fbbf4bcc06245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)