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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 煮舎n}煮舎n{^ | 10001110110011111000111011001001011011100111110110001110110011111000111011001001011011100111101101011110 | 8ecf8ec96e7d8ecf8ec96e7b5e |
EUC-JP | 煮舎n}煮舎n{^ | 10111100110100011011110011001011011011100111110110111100110100011011110011001011011011100111101101011110 | bcd1bccb6e7dbcd1bccb6e7b5e |
UTF-8 | 煮舎n}煮舎n{^ | 1110011110000101101011101110100010001000100011100110111001111101111001111000010110101110111010001000100010001110011011100111101101011110 | e785aee8888e6e7de785aee8888e6e7b5e |
UHC | 煮?n}煮?n{^ | 1110110110110100001111110110111001111101111011011011010000111111011011100111101101011110 | edb43f6e7dedb43f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)