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 | ??U}??U{^ | 001111110011111101010101011111010011111100111111010101010111101101011110 | 3f3f557d3f3f557b5e |
SJIS-WIN | 薰オU}薰オU{^ | 1111101110011110101101010101010101111101111110111001111010110101010101010111101101011110 | fb9eb5557dfb9eb5557b5e |
EUC-JP | ?オU}?オU{^ | 0011111110001110101101010101010101111101001111111000111010110101010101010111101101011110 | 3f8eb5557d3f8eb5557b5e |
UTF-8 | 薰オU}薰オU{^ | 1110100010010110101100001110111110111101101101010101010101111101111010001001011010110000111011111011110110110101010101010111101101011110 | e896b0efbdb5557de896b0efbdb5557b5e |
UHC | 薰?U}薰?U{^ | 1111110110111001001111110101010101111101111111011011100100111111010101010111101101011110 | fdb93f557dfdb93f557b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)