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 | 才羈}才羈{^ | 1000110111001011111000111011000101111101100011011100101111100011101100010111101101011110 | 8dcbe3b17d8dcbe3b17b5e |
EUC-JP | 才羈}才羈{^ | 1011101011001101111001101011001101111101101110101100110111100110101100110111101101011110 | bacde6b37dbacde6b37b5e |
UTF-8 | 才羈}才羈{^ | 111001101000100110001101111001111011111010001000011111011110011010001001100011011110011110111110100010000111101101011110 | e6898de7be887de6898de7be887b5e |
UHC | 才羈}才羈{^ | 1110111010100110110100011011110001111101111011101010011011010001101111000111101101011110 | eea6d1bc7deea6d1bc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)