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 | ???o | 00111111001111110011111101101111 | 3f3f3f6f |
SJIS-WIN | 蠏鍋朕o | 11100101101101011001001111100111100100101011110101101111 | e5b593e792bd6f |
EUC-JP | 蠏鍋朕o | 11101010101101111100011011101001110001001011111101101111 | eab7c6e9c4bf6f |
UTF-8 | 蠏鍋朕o | 11101000101000001000111111101001100011011000101111100110100111001001010101101111 | e8a08fe98d8be69c956f |
UHC | ?鍋朕o | 001111111100111010100111111100101111100101101111 | 3fcea7f2f96f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)