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 | 100111111101011010011111111100011001111111010110100111111111000101000010 | 9fd69ff19fd69ff142 |
EUC-JP | 渫潁渫潁B | 110111101101100011011110111100111101111011011000110111101111001101000010 | ded8def3ded8def342 |
UTF-8 | 渫潁渫潁B | 11100110101110001010101111100110101111011000000111100110101110001010101111100110101111011000000101000010 | e6b8abe6bd81e6b8abe6bd8142 |
UHC | 渫潁渫潁B | 111000001101111011100111101110001110000011011110111001111011100001000010 | e0dee7b8e0dee7b842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)