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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 鱈端D鱈端D^ | 1001001001001100100100100101101101000100100100100100110010010010010110110100010001011110 | 924c925b44924c925b445e |
EUC-JP | 鱈端D鱈端D^ | 1100001110101101110000111011110001000100110000111010110111000011101111000100010001011110 | c3adc3bc44c3adc3bc445e |
UTF-8 | 鱈端D鱈端D^ | 111010011011000110001000111001111010101110101111010001001110100110110001100010001110011110101011101011110100010001011110 | e9b188e7abaf44e9b188e7abaf445e |
UHC | ?端D?端D^ | 001111111101001110101110010001000011111111010011101011100100010001011110 | 3fd3ae443fd3ae445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)