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 | 逶らョ喊 | 11100111100110111000001011100111101011101001101001011110 | e79b82e7ae9a5e |
EUC-JP | 逶らョ喊 | 1110110111111011101001001110100110001110101011101101001110111111 | edfba4e98eaed3bf |
UTF-8 | 逶らョ喊 | 111010011000000010110110111000111000001010001001111011111011110110101110111001011001011010001010 | e980b6e38289efbdaee5968a |
UHC | ?ら?喊 | 001111111010101011101001001111111111100111100010 | 3faae93ff9e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)