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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 潁??韋? | 10011111111100010011111100111111111010001110100000111111 | 9ff13f3fe8e83f |
EUC-JP | 潁??韋? | 11011110111100110011111100111111111100001110101000111111 | def33f3ff0ea3f |
UTF-8 | 潁딄퇎韋녶 | 111001101011110110000001111010111001010010000100111011011000011110001110111010011001111110001011111010111000010110110110 | e6bd81eb9484ed878ee99f8beb85b6 |
UHC | 潁딄퇎韋녶 | 11100111101110001000101011101010101101111001111111101010110111111000011011100101 | e7b88aeab79feadf86e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)