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 | 逋ー髦ョ陜ク^ | 11100111100110011011000011101001100110001010111011101000100111011011100001011110 | e799b0e998aee89db85e |
EUC-JP | 逋ー髦ョ陜ク^ | 11101101111110011000111010110000111100011111100010001110101011101110111111111101100011101011100001011110 | edf98eb0f1f88eaeeffd8eb85e |
UTF-8 | 逋ー髦ョ陜ク^ | 11101001100000001000101111101111101111011011000011101001101010111010011011101111101111011010111011101001100110011001110011101111101111011011100001011110 | e9808befbdb0e9aba6efbdaee9999cefbdb85e |
UHC | 逋???陜?^ | 111110001110011100111111001111110011111111111001111100000011111101011110 | f8e73f3f3ff9f03f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)