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 | 渉}渉{^ | 1000111111000010111110011110100101111101100011111100001011111001111010010111101101011110 | 8fc2f9e97d8fc2f9e97b5e |
EUC-JP | 渉?}渉?{^ | 101111101100010000111111011111011011111011000100001111110111101101011110 | bec43f7dbec43f7b5e |
UTF-8 | 渉}渉{^ | 111001101011100010001001111011101001110110000100011111011110011010111000100010011110111010011101100001000111101101011110 | e6b889ee9d847de6b889ee9d847b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)