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 | 鉗萓}鉗萓{^ | 1110011111100111111001001011111001111101111001111110011111100100101111100111101101011110 | e7e7e4be7de7e7e4be7b5e |
EUC-JP | 鉗萓}鉗萓{^ | 1110111011101001111010001100000001111101111011101110100111101000110000000111101101011110 | eee9e8c07deee9e8c07b5e |
UTF-8 | 鉗萓}鉗萓{^ | 111010011000100110010111111010001001000010010011011111011110100110001001100101111110100010010000100100110111101101011110 | e98997e890937de98997e890937b5e |
UHC | 鉗?}鉗?{^ | 110011001100011000111111011111011100110011000110001111110111101101011110 | ccc63f7dccc63f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)