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 | 隶燦}隶燦{^ | 1110100010101110100011100101011101111101111010001010111010001110010101110111101101011110 | e8ae8e577de8ae8e577b5e |
EUC-JP | 隶燦}隶燦{^ | 1111000010110000101110111011100001111101111100001011000010111011101110000111101101011110 | f0b0bbb87df0b0bbb87b5e |
UTF-8 | 隶燦}隶燦{^ | 111010011001101010110110111001111000011110100110011111011110100110011010101101101110011110000111101001100111101101011110 | e99ab6e787a67de99ab6e787a67b5e |
UHC | ?燦}?燦{^ | 001111111111001110111110011111010011111111110011101111100111101101011110 | 3ff3be7d3ff3be7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)