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 | 蒸橋??迂 | 1000111111110110100010111011010000111111001111111000100101001001 | 8ff68bb43f3f8949 |
EUC-JP | 蒸橋??迂 | 1011111011111000101101101011011000111111001111111011000110101010 | bef8b6b63f3fb1aa |
UTF-8 | 蒸橋렎렭迂 | 111010001001001010111000111001101010100110001011111010111010000010001110111010111010000010101101111010001011111110000010 | e892b8e6a98beba08eeba0ade8bf82 |
UHC | 蒸橋렎렭迂 | 11110001111110101100111011101001100011101010010010001110101110101110100111100110 | f1facee98ea48ebae9e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)