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 | ???g | 00111111001111110011111101100111 | 3f3f3f67 |
SJIS-WIN | 誘??g | 1001011101010101001111110011111101100111 | 97553f3f67 |
EUC-JP | 誘??g | 1100110110110110001111110011111101100111 | cdb63f3f67 |
UTF-8 | 誘뱀뜫g | 11101000101010101001100011101011101100011000000011101011100111001010101101100111 | e8aa98ebb180eb9cab67 |
UHC | 誘뱀뜫g | 11101011101011111011100111101100100011011010110001100111 | ebafb9ec8dac67 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)