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 | ?曙}?曙{^ | 001111111000111110001100011111010011111110001111100011000111101101011110 | 3f8f8c7d3f8f8c7b5e |
EUC-JP | 鉥曙}鉥曙{^ | 10001111111000111110100010111101111011000111110110001111111000111110100010111101111011000111101101011110 | 8fe3e8bdec7d8fe3e8bdec7b5e |
UTF-8 | 鉥曙}鉥曙{^ | 111010011000100110100101111001101001101110011001011111011110100110001001101001011110011010011011100110010111101101011110 | e989a5e69b997de989a5e69b997b5e |
UHC | 鉥曙}鉥曙{^ | 1110001011111100110111111111010101111101111000101111110011011111111101010111101101011110 | e2fcdff57de2fcdff57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)