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^ | 111001011011100110111000010001001110010110111001101110000100010001011110 | e5b9b844e5b9b8445e |
EUC-JP | 蟷クD蟷クD^ | 1110101010111011100011101011100001000100111010101011101110001110101110000100010001011110 | eabb8eb844eabb8eb8445e |
UTF-8 | 蟷クD蟷クD^ | 111010001001111110110111111011111011110110111000010001001110100010011111101101111110111110111101101110000100010001011110 | e89fb7efbdb844e89fb7efbdb8445e |
UHC | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)