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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?笑}?笑{^ | 001111111000111111001110011111010011111110001111110011100111101101011110 | 3f8fce7d3f8fce7b5e |
EUC-JP | ?笑}?笑{^ | 001111111011111011010000011111010011111110111110110100000111101101011110 | 3fbed07d3fbed07b5e |
UTF-8 | 뿮笑}뿮笑{^ | 111010111011111110101110111001111010110010010001011111011110101110111111101011101110011110101100100100010111101101011110 | ebbfaee7ac917debbfaee7ac917b5e |
UHC | 뿮笑}뿮笑{^ | 1001011110101110111000011100010101111101100101111010111011100001110001010111101101011110 | 97aee1c57d97aee1c57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)