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 | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | 萸?ぜ維?E | 111001001100111000111111100000101011101010001000110110110011111101000101 | e4ce3f82ba88db3f45 |
EUC-JP | 萸?ぜ維?E | 111010001101000000111111101001001011110010110000110111010011111101000101 | e8d03fa4bcb0dd3f45 |
UTF-8 | 萸믩ぜ維봕E | 11101000100100001011100011101011101011111010100111100011100000011001110011100111101101101010110111101011101101001001010101000101 | e890b8ebafa9e3819ce7b6adebb49545 |
UHC | 萸믩ぜ維봕E | 1110101110101101100100101110101110101010101111001110101110101011100101000101001001000101 | ebad92ebaabcebab945245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)