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 | 窈??遙 | 111000100111011100111111001111111110101010100001 | e2773f3feaa1 |
EUC-JP | 窈??遙 | 111000111101100000111111001111111111010010100011 | e3d83f3ff4a3 |
UTF-8 | 窈놅숴遙 | 111001111010101010001000111010111000011010000101111011001000100010110100111010011000000110011001 | e7aa88eb8685ec88b4e98199 |
UHC | 窈놅숴遙 | 1110100110100001100001101110111110111101101001001110100110101011 | e9a186efbda4e9ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)