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 | 薔?症?霆?^ | 11100101010010110011111110001111110001110011111111101000101110110011111101011110 | e54b3f8fc73fe8bb3f5e |
EUC-JP | 薔?症?霆?^ | 11101001101011000011111110111110110010010011111111110000101111010011111101011110 | e9ac3fbec93ff0bd3f5e |
UTF-8 | 薔렟症렜霆렪^ | 11101000100101101001010011101011101000001001111111100111100101111000011111101011101000001001110011101001100111001000011011101011101000001010101001011110 | e89694eba09fe79787eba09ce99c86eba0aa5e |
UHC | 薔렟症렜霆렪^ | 11101101111110011000111010110000111100011111100010001110101011101110111111111101100011101011100001011110 | edf98eb0f1f88eaeeffd8eb85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)