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臾⑤ | 1110010001101011100001110100010010000100010111100110100011100100011010111000011101000100 | e46b8744845e68e46b8744 |
EUC-JP | 臾?Эh臾? | 111001111100110000111111101001111011111101101000111001111100110000111111 | e7cc3fa7bf68e7cc3f |
UTF-8 | 臾⑤Эh臾⑤ | 111010001000011110111110111000101001000110100100110100001010110101101000111010001000011110111110111000101001000110100100 | e887bee291a4d0ad68e887bee291a4 |
UHC | 臾⑤Эh臾⑤ | 1110101110101100101010001110101110101100101111110110100011101011101011001010100011101011 | ebaca8ebacbf68ebaca8eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)