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 | 写宍}写宍{^ | 1000111011001010100011101011001101111101100011101100101010001110101100110111101101011110 | 8eca8eb37d8eca8eb37b5e |
EUC-JP | 写宍}写宍{^ | 1011110011001100101111001011010101111101101111001100110010111100101101010111101101011110 | bcccbcb57dbcccbcb57b5e |
UTF-8 | 写宍}写宍{^ | 111001011000011010011001111001011010111010001101011111011110010110000110100110011110010110101110100011010111101101011110 | e58699e5ae8d7de58699e5ae8d7b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)