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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 珱犂珱犂^ | 111000001111110011100000101100101110000011111100111000001011001001011110 | e0fce0b2e0fce0b25e |
EUC-JP | 珱犂珱犂^ | 111000001111111011100000101101001110000011111110111000001011010001011110 | e0fee0b4e0fee0b45e |
UTF-8 | 珱犂珱犂^ | 11100111100011111011000111100111100010101000001011100111100011111011000111100111100010101000001001011110 | e78fb1e78a82e78fb1e78a825e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)