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 | 痍?}痍?{^ | 111000010111011100111111011111011110000101110111001111110111101101011110 | e1773f7de1773f7b5e |
EUC-JP | 痍?}痍?{^ | 111000011101100000111111011111011110000111011000001111110111101101011110 | e1d83f7de1d83f7b5e |
UTF-8 | 痍렍}痍렍{^ | 111001111001011110001101111010111010000010001101011111011110011110010111100011011110101110100000100011010111101101011110 | e7978deba08d7de7978deba08d7b5e |
UHC | 痍렍}痍렍{^ | 1110110010110111100011101010001101111101111011001011011110001110101000110111101101011110 | ecb78ea37decb78ea37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)