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{^ | 1110011010111110101101010101010101111101111001101011111010110101010101010111101101011110 | e6beb5557de6beb5557b5e |
EUC-JP | 貔オU}貔オU{^ | 11101100110000001000111010110101010101010111110111101100110000001000111010110101010101010111101101011110 | ecc08eb5557decc08eb5557b5e |
UTF-8 | 貔オU}貔オU{^ | 1110100010110010100101001110111110111101101101010101010101111101111010001011001010010100111011111011110110110101010101010111101101011110 | e8b294efbdb5557de8b294efbdb5557b5e |
UHC | ??U}??U{^ | 001111110011111101010101011111010011111100111111010101010111101101011110 | 3f3f557d3f3f557b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)