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 | ÔÚëµ | 110101001101101011101011110000101000111110110101 | d4daebc28fb5 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ÔÚëÂ?? | 1000111110101010110101001000111110101010111000101000111110101011101100111000111110101010101001000011111100111111 | 8faad48faae28fabb38faaa43f3f |
UTF-8 | ÔÚëµ | 110000111001010011000011100110101100001110101011110000111000001011000010100011111100001010110101 | c394c39ac3abc382c28fc2b5 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)