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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 輊潁輊潁B | 111001110110100010011111111100011110011101101000100111111111000101000010 | e7689ff1e7689ff142 |
EUC-JP | 輊潁輊潁B | 111011011100100111011110111100111110110111001001110111101111001101000010 | edc9def3edc9def342 |
UTF-8 | 輊潁輊潁B | 11101000101111001000101011100110101111011000000111101000101111001000101011100110101111011000000101000010 | e8bc8ae6bd81e8bc8ae6bd8142 |
UHC | ?潁?潁B | 00111111111001111011100000111111111001111011100001000010 | 3fe7b83fe7b842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)