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 | ?錚}?錚{^ | 001111111110100001000010011111010011111111101000010000100111101101011110 | 3fe8427d3fe8427b5e |
EUC-JP | ?錚}?錚{^ | 001111111110111110100011011111010011111111101111101000110111101101011110 | 3fefa37d3fefa37b5e |
UTF-8 | 離錚}離錚{^ | 111011111010011110101010111010011000110010011010011111011110111110100111101010101110100110001100100110100111101101011110 | efa7aae98c9a7defa7aae98c9a7b5e |
UHC | 離錚}離錚{^ | 1110110011000110111011101011011001111101111011001100011011101110101101100111101101011110 | ecc6eeb67decc6eeb67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)