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 | 鋐}鋐{^ | 1111101111010010111100101100010001111101111110111101001011110010110001000111101101011110 | fbd2f2c47dfbd2f2c47b5e |
EUC-JP | 鋐?}鋐?{^ | 1000111111100100101111100011111101111101100011111110010010111110001111110111101101011110 | 8fe4be3f7d8fe4be3f7b5e |
UTF-8 | 鋐}鋐{^ | 111010011000101110010000111011101000011110111011011111011110100110001011100100001110111010000111101110110111101101011110 | e98b90ee87bb7de98b90ee87bb7b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)