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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 矜}矜{^ | 11100001111000000111110111100001111000000111101101011110 | e1e07de1e07b5e |
EUC-JP | 矜}矜{^ | 11100010111000100111110111100010111000100111101101011110 | e2e27de2e27b5e |
UTF-8 | 矜}矜{^ | 111001111001111110011100011111011110011110011111100111000111101101011110 | e79f9c7de79f9c7b5e |
UHC | 矜}矜{^ | 11010000111010000111110111010000111010000111101101011110 | d0e87dd0e87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)