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 | ??W}??W{^ | 001111110011111101010111011111010011111100111111010101110111101101011110 | 3f3f577d3f3f577b5e |
SJIS-WIN | 隧ゥW}隧ゥW{^ | 1110100010101001101010010101011101111101111010001010100110101001010101110111101101011110 | e8a9a9577de8a9a9577b5e |
EUC-JP | 隧ゥW}隧ゥW{^ | 11110000101010111000111010101001010101110111110111110000101010111000111010101001010101110111101101011110 | f0ab8ea9577df0ab8ea9577b5e |
UTF-8 | 隧ゥW}隧ゥW{^ | 1110100110011010101001111110111110111101101010010101011101111101111010011001101010100111111011111011110110101001010101110111101101011110 | e99aa7efbda9577de99aa7efbda9577b5e |
UHC | 隧?W}隧?W{^ | 1110001011001010001111110101011101111101111000101100101000111111010101110111101101011110 | e2ca3f577de2ca3f577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)