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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 骭オ繝ォ迹ウ^ | 11101001100011001011010111100011100000111010101111100111100100011011001101011110 | e98cb5e383abe791b35e |
EUC-JP | 骭オ繝ォ迹ウ^ | 11110001111011001000111010110101111001011110001110001110101010111110110111110001100011101011001101011110 | f1ec8eb5e5e38eabedf18eb35e |
UTF-8 | 骭オ繝ォ迹ウ^ | 11101001101010101010110111101111101111011011010111100111101110011001110111101111101111011010101111101000101111111011100111101111101111011011001101011110 | e9aaadefbdb5e7b99defbdabe8bfb9efbdb35e |
UHC | ????迹?^ | 0011111100111111001111110011111111101110111010010011111101011110 | 3f3f3f3feee93f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)