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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蠏鍋ォコ^ | 11100101101101011001001111100111101010111011101001011110 | e5b593e7abba5e |
EUC-JP | 蠏鍋ォコ^ | 111010101011011111000110111010011000111010101011100011101011101001011110 | eab7c6e98eab8eba5e |
UTF-8 | 蠏鍋ォコ^ | 11101000101000001000111111101001100011011000101111101111101111011010101111101111101111011011101001011110 | e8a08fe98d8befbdabefbdba5e |
UHC | ?鍋??^ | 001111111100111010100111001111110011111101011110 | 3fcea73f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)