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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 巉舟}巉舟{^ | 1001101111011000100011110100110101111101100110111101100010001111010011010111101101011110 | 9bd88f4d7d9bd88f4d7b5e |
EUC-JP | 巉舟}巉舟{^ | 1101011011011010101111011010111001111101110101101101101010111101101011100111101101011110 | d6dabdae7dd6dabdae7b5e |
UTF-8 | 巉舟}巉舟{^ | 111001011011011110001001111010001000100010011111011111011110010110110111100010011110100010001000100111110111101101011110 | e5b789e8889f7de5b789e8889f7b5e |
UHC | ?舟}?舟{^ | 001111111111000111000111011111010011111111110001110001110111101101011110 | 3ff1c77d3ff1c77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)