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 | わ?}わ?{^ | 100000101110110100111111011111011000001011101101001111110111101101011110 | 82ed3f7d82ed3f7b5e |
EUC-JP | わ?}わ?{^ | 101001001110111100111111011111011010010011101111001111110111101101011110 | a4ef3f7da4ef3f7b5e |
UTF-8 | わ㋸}わ㋸{^ | 111000111000001010001111111000111000101110111000011111011110001110000010100011111110001110001011101110000111101101011110 | e3828fe38bb87de3828fe38bb87b5e |
UHC | わ?}わ?{^ | 101010101110111100111111011111011010101011101111001111110111101101011110 | aaef3f7daaef3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)