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 | 痰フ}痰フ{^ | 111000011000001011001100011111011110000110000010110011000111101101011110 | e182cc7de182cc7b5e |
EUC-JP | 痰フ}痰フ{^ | 1110000111100010100011101100110001111101111000011110001010001110110011000111101101011110 | e1e28ecc7de1e28ecc7b5e |
UTF-8 | 痰フ}痰フ{^ | 111001111001011110110000111011111011111010001100011111011110011110010111101100001110111110111110100011000111101101011110 | e797b0efbe8c7de797b0efbe8c7b5e |
UHC | 痰?}痰?{^ | 110100111100001100111111011111011101001111000011001111110111101101011110 | d3c33f7dd3c33f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)