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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 蠏鍋朕F | 11100101101101011001001111100111100100101011110101000110 | e5b593e792bd46 |
EUC-JP | 蠏鍋朕F | 11101010101101111100011011101001110001001011111101000110 | eab7c6e9c4bf46 |
UTF-8 | 蠏鍋朕F | 11101000101000001000111111101001100011011000101111100110100111001001010101000110 | e8a08fe98d8be69c9546 |
UHC | ?鍋朕F | 001111111100111010100111111100101111100101000110 | 3fcea7f2f946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)