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 | ???h?? | 001111110011111100111111011010000011111100111111 | 3f3f3f683f3f |
SJIS-WIN | 毬咤竟h毬咤 | 1001111101111011100110100100001011101000111011010110100010011111011110111001101001000010 | 9f7b9a42e8ed689f7b9a42 |
EUC-JP | 毬咤竟h毬咤 | 1101110111011100110100111010001111110000111011110110100011011101110111001101001110100011 | dddcd3a3f0ef68dddcd3a3 |
UTF-8 | 毬咤竟h毬咤 | 11100110101011111010110011100101100100101010010011100111101010111001111101101000111001101010111110101100111001011001001010100100 | e6aface592a4e7ab9f68e6aface592a4 |
UHC | 毬咤竟h毬咤 | 1100111110110011111101101110001111001100111001010110100011001111101100111111011011100011 | cfb3f6e3cce568cfb3f6e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)