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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ?淺??淺?B | 001111111001111111000111001111110011111110011111110001110011111101000010 | 3f9fc73f3f9fc73f42 |
EUC-JP | ?淺??淺?B | 001111111101111011001001001111110011111111011110110010010011111101000010 | 3fdec93f3fdec93f42 |
UTF-8 | 뤋淺픳뤋淺픳B | 11101011101001001000101111100110101101111011101011101101100101001011001111101011101001001000101111100110101101111011101011101101100101001011001101000010 | eba48be6b7baed94b3eba48be6b7baed94b342 |
UHC | 뤋淺픳뤋淺픳B | 10001111101110111111010010111100110000000111011010001111101110111111010010111100110000000111011001000010 | 8fbbf4bcc0768fbbf4bcc07642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)