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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 鰲ス・鰲ス・^ | 111010011110000010111101101001011110100111100000101111011010010101011110 | e9e0bda5e9e0bda55e |
EUC-JP | 鰲ス・鰲ス・^ | 11110010111000101000111010111101100011101010010111110010111000101000111010111101100011101010010101011110 | f2e28ebd8ea5f2e28ebd8ea55e |
UTF-8 | 鰲ス・鰲ス・^ | 11101001101100001011001011101111101111011011110111101111101111011010010111101001101100001011001011101111101111011011110111101111101111011010010101011110 | e9b0b2efbdbdefbda5e9b0b2efbdbdefbda55e |
UHC | 鰲??鰲??^ | 111010001010011100111111001111111110100010100111001111110011111101011110 | e8a73f3fe8a73f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)