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 | 潴粽}潴粽{^ | 1110000001101011111000101110111001111101111000000110101111100010111011100111101101011110 | e06be2ee7de06be2ee7b5e |
EUC-JP | 潴粽}潴粽{^ | 1101111111001100111001001111000001111101110111111100110011100100111100000111101101011110 | dfcce4f07ddfcce4f07b5e |
UTF-8 | 潴粽}潴粽{^ | 111001101011110110110100111001111011001010111101011111011110011010111101101101001110011110110010101111010111101101011110 | e6bdb4e7b2bd7de6bdb4e7b2bd7b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)