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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 隴ヲホキ鄕 | 11101000101011011010011011001110101101111111101110111000 | e8ada6ceb7fbb8 |
EUC-JP | 隴ヲホキ? | 111100001010111110001110101001101000111011001110100011101011011100111111 | f0af8ea68ece8eb73f |
UTF-8 | 隴ヲホキ鄕 | 111010011001101010110100111011111011110110100110111011111011111010001110111011111011110110110111111010011000010010010101 | e99ab4efbda6efbe8eefbdb7e98495 |
UHC | ????鄕 | 001111110011111100111111001111111111101011000001 | 3f3f3f3ffac1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)