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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 謦鍋个^ | 11100110100100101001001111100111100110001010001001011110 | e69293e798a25e |
EUC-JP | 謦鍋个^ | 11101011111100101100011011101001110100001010010001011110 | ebf2c6e9d0a45e |
UTF-8 | 謦鍋个^ | 11101000101011001010011011101001100011011000101111100100101110001010101001011110 | e8aca6e98d8be4b8aa5e |
UHC | ?鍋?^ | 0011111111001110101001110011111101011110 | 3fcea73f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)