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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 藏脂歓羣 | 1110010101010101100011101000100110001010101111011110001110111000 | e5558e898abde3b8 |
EUC-JP | 藏脂歓羣 | 1110100110110110101110111110100110110100101111111110011010111010 | e9b6bbe9b4bfe6ba |
UTF-8 | 藏脂歓羣 | 111010001001011110001111111010001000010010000010111001101010110110010011111001111011111010100011 | e8978fe88482e6ad93e7bea3 |
UHC | 藏脂?? | 111011011111101011110010101101110011111100111111 | edfaf2b73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)