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 | 矗鮏}矗鮏{^ | 1110000111011110111111000100001101111101111000011101111011111100010000110111101101011110 | e1defc437de1defc437b5e |
EUC-JP | 矗鮏}矗鮏{^ | 11100010111000001000111111101010110110110111110111100010111000001000111111101010110110110111101101011110 | e2e08feadb7de2e08feadb7b5e |
UTF-8 | 矗鮏}矗鮏{^ | 111001111001111110010111111010011010111010001111011111011110011110011111100101111110100110101110100011110111101101011110 | e79f97e9ae8f7de79f97e9ae8f7b5e |
UHC | 矗?}矗?{^ | 111101011011100000111111011111011111010110111000001111110111101101011110 | f5b83f7df5b83f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)