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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 薰イ\}薰イ\{^ | 1111101110011110101100100101110001111101111110111001111010110010010111000111101101011110 | fb9eb25c7dfb9eb25c7b5e |
EUC-JP | ?イ\}?イ\{^ | 0011111110001110101100100101110001111101001111111000111010110010010111000111101101011110 | 3f8eb25c7d3f8eb25c7b5e |
UTF-8 | 薰イ\}薰イ\{^ | 1110100010010110101100001110111110111101101100100101110001111101111010001001011010110000111011111011110110110010010111000111101101011110 | e896b0efbdb25c7de896b0efbdb25c7b5e |
UHC | 薰?\}薰?\{^ | 1111110110111001001111110101110001111101111111011011100100111111010111000111101101011110 | fdb93f5c7dfdb93f5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)