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 | 珥遯劍燼 | 1110000011100000111001111010101010011001100110001110000010011110 | e0e0e7aa9998e09e |
EUC-JP | 珥遯劍燼 | 1110000011100010111011101010110011010001111110001101111111111110 | e0e2eeacd1f8dffe |
UTF-8 | 珥遯劍燼 | 111001111000111110100101111010011000000110101111111001011000101010001101111001111000011110111100 | e78fa5e981afe58a8de787bc |
UHC | 珥遯劍燼 | 1110110010110100110101001110111011001011111111001110001111101000 | ecb4d4eecbfce3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)