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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 短渫短渫B | 100100100101101010011111110101101001001001011010100111111101011001000010 | 925a9fd6925a9fd642 |
EUC-JP | 短渫短渫B | 110000111011101111011110110110001100001110111011110111101101100001000010 | c3bbded8c3bbded842 |
UTF-8 | 短渫短渫B | 11100111100111111010110111100110101110001010101111100111100111111010110111100110101110001010101101000010 | e79fade6b8abe79fade6b8ab42 |
UHC | 短渫短渫B | 110100111010110111100000110111101101001110101101111000001101111001000010 | d3ade0ded3ade0de42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)