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? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 孩?h孩 | 100110110111011100111111011010001001101101110111 | 9b773f689b77 |
EUC-JP | 孩?h孩 | 110101011101100000111111011010001101010111011000 | d5d83f68d5d8 |
UTF-8 | 孩둽h孩 | 11100101101011011010100111101011100100011011110101101000111001011010110110101001 | e5ada9eb91bd68e5ada9 |
UHC | 孩둽h孩 | 11111010101010011000101001110110011010001111101010101001 | faa98a7668faa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)