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 | 称襍}称襍{^ | 1000111111001100111010001011010101111101100011111100110011101000101101010111101101011110 | 8fcce8b57d8fcce8b57b5e |
EUC-JP | 称襍}称襍{^ | 1011111011001110111100001011011101111101101111101100111011110000101101110111101101011110 | becef0b77dbecef0b77b5e |
UTF-8 | 称襍}称襍{^ | 111001111010011110110000111010001010010110001101011111011110011110100111101100001110100010100101100011010111101101011110 | e7a7b0e8a58d7de7a7b0e8a58d7b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)