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 | 狷珈}狷珈{^ | 1110000011000100111000001101101101111101111000001100010011100000110110110111101101011110 | e0c4e0db7de0c4e0db7b5e |
EUC-JP | 狷珈}狷珈{^ | 1110000011000110111000001101110101111101111000001100011011100000110111010111101101011110 | e0c6e0dd7de0c6e0dd7b5e |
UTF-8 | 狷珈}狷珈{^ | 111001111000101110110111111001111000111110001000011111011110011110001011101101111110011110001111100010000111101101011110 | e78bb7e78f887de78bb7e78f887b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)