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 | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 雍鍋梶E | 11101000101101001001001111100111100010101000000101000101 | e8b493e78a8145 |
EUC-JP | 雍鍋梶E | 11110000101101101100011011101001101100111110000101000101 | f0b6c6e9b3e145 |
UTF-8 | 雍鍋梶E | 11101001100110111000110111101001100011011000101111100110101000101011011001000101 | e99b8de98d8be6a2b645 |
UHC | 雍鍋梶E | 11101000101111001100111010100111110110101011001001000101 | e8bccea7dab245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)