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 | 痍툺}痍툺{^ | 111001111001011110001101111011011000100010111010011111011110011110010111100011011110110110001000101110100111101101011110 | e7978ded88ba7de7978ded88ba7b5e |
UHC | 痍툺}痍툺{^ | 1110110010110111101110010100110101111101111011001011011110111001010011010111101101011110 | ecb7b94d7decb7b94d7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)