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 | 毬咤痞盖 | 1001111101111011100110100100001011100001011111001110000110110011 | 9f7b9a42e17ce1b3 |
EUC-JP | 毬咤痞盖 | 1101110111011100110100111010001111100001110111011110001010110101 | dddcd3a3e1dde2b5 |
UTF-8 | 毬咤痞盖 | 111001101010111110101100111001011001001010100100111001111001011110011110111001111001101110010110 | e6aface592a4e7979ee79b96 |
UHC | 毬咤?盖 | 11001111101100111111011011100011001111111100101111001100 | cfb3f6e33fcbcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)