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 | 〓?◇◇ | 10000001101011000011111110000001100111101000000110011110 | 81ac3f819e819e |
EUC-JP | 〓?◇◇ | 10100010101011100011111110100001111111101010000111111110 | a2ae3fa1fea1fe |
UTF-8 | 〓∼◇◇ | 111000111000000010010011111000101000100010111100111000101001011110000111111000101001011110000111 | e38093e288bce29787e29787 |
UHC | 〓∼◇◇ | 1010000111101011101000011010110110100001110111101010000111011110 | a1eba1ada1dea1de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)