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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 坤?淹坤 | 10001101101000110011111110011111101110011000110110100011 | 8da33f9fb98da3 |
EUC-JP | 坤?淹坤 | 10111010101001010011111111011110101110111011101010100101 | baa53fdebbbaa5 |
UTF-8 | 坤쇨淹坤 | 111001011001110110100100111011001000011110101000111001101011011110111001111001011001110110100100 | e59da4ec87a8e6b7b9e59da4 |
UHC | 坤쇨淹坤 | 1100110111011110101111001110101011100101111101001100110111011110 | cddebceae5f4cdde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)