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 | 雁怜碍^ | 10001010111001011001011111100101100010100101011001011110 | 8ae597e58a565e |
EUC-JP | 雁怜碍^ | 10110100111001111100111011100111101100111011011101011110 | b4e7cee7b3b75e |
UTF-8 | 雁怜碍^ | 11101001100110111000000111100110100000001001110011100111101000101000110101011110 | e99b81e6809ce7a28d5e |
UHC | 雁怜碍^ | 11100100110100101101011010111011111001001111010001011110 | e4d2d6bbe4f45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)